Use this to select the attachments that needs to be downloaded based on the message headers, set using MailSearchHeaderSettings
Namespace: MailAttachmentDownloaderApiAssembly: MailAttachmentDownloaderApi (in MailAttachmentDownloaderApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum MailSearchHeaderType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| MessageFrom | 0 | From whom the message was from Of type String. | |
| MessageTo | 1 | To whom the message was addressed to Of type String. | |
| MessageCCorBCC | 2 | CC or BCC addresses Of type String. | |
| MessageSubject | 4 | Subject of the message Of type String. | |
| MessageBody | 5 | Body of the message Of type String. | |
| MessageDateFrom | 6 | Date range: from this date Of custom format "dd-MMM-yyyy" using ToString(IFormatProvider). See http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx for more information. | |
| MessageDateTo | 7 | Date range: to this date Of custom format "dd-MMM-yyyy" using ToString(IFormatProvider). See http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx for more information. |