List of fields to use in FilenameOrdering.
Namespace: MailAttachmentDownloaderApiAssembly: MailAttachmentDownloaderApi (in MailAttachmentDownloaderApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum Fields |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | 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. | |
| Date | 1 | Use the date of the attachment in the filename. | |
| From | 2 | Use from whom the attachment was in the filename. | |
| ID | 4 | Use the ID of the attachment as part of the filename. | |
| Subject | 8 | Use the subject of the attachment as part of the filename. |