API Reference
Enum
EmailFileFormat
Identifies a supported email or Outlook artifact format.
Inheritance
- Enum
- EmailFileFormat
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailConversionReport.SourceFormat
- Property EmailConversionReport.TargetFormat
- Property EmailDocument.Format
- Method EmailDocumentReader.DetectFormat
- Method EmailDocumentReader.DetectFormat
- Field EmailFileFormat.Eml
- Field EmailFileFormat.Mbox
- Field EmailFileFormat.OutlookMsg
- Field EmailFileFormat.OutlookTemplate
- Field EmailFileFormat.Tnef
- Field EmailFileFormat.Unknown
- Property EmailStoreExportOptions.Format
- Property EmailStoreRecoveryExportOptions.Format
Accepted by parameters
- Method EmailDocument.Save
- Method EmailDocument.Save
- Method EmailDocument.SaveAsync
- Method EmailDocument.SaveAsync
- Method EmailDocument.ToBytes
- Method EmailDocument.ToStream
- Method EmailDocumentWriter.AnalyzeConversion
- Method EmailDocumentWriter.ToBytes
- Method EmailDocumentWriter.Write
- Method EmailDocumentWriter.Write
- Method EmailDocumentWriter.WriteAsync
- Method EmailDocumentWriter.WriteAsync
- Constructor EmailStoreExportOptions.EmailStoreExportOptions
- Constructor EmailStoreRecoveryExportOptions.EmailStoreRecoveryExportOptions
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const EmailFileFormat OutlookTemplate #Outlook item template stored in the MSG compound-file representation.
Value:
5