List of fields to use in FilenameOrdering.

Namespace: MailAttachmentDownloaderApi
Assembly: MailAttachmentDownloaderApi (in MailAttachmentDownloaderApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum Fields

Members

Member nameValueDescription
None0 Use none of the fields. The filename should be saved as the filename from the attachment. Note that if two files have the same filename, the file will be skipped.
Date1 Use the date of the attachment in the filename.
From2 Use from whom the attachment was in the filename.
ID4 Use the ID of the attachment as part of the filename.
Subject8 Use the subject of the attachment as part of the filename.

See Also