Click or drag to resize

ExportMessageFormat Enumeration

The available formats that can be used when exporting email messages

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public enum ExportMessageFormat
Members
  Member nameValueDescription
Native0 Native format (msg, eml etc..)
Html1 Html, images stored externally
HtmlOrMhtml2 Html or Mhtml depending on images
Mhtml3 Mime Html storage for all types. Eligibility is the same as Html
See Also