Use this to select the attachments that needs to be downloaded based on the message headers, set using MailSearchHeaderSettings

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

Syntax

C#
public enum MailSearchHeaderType

Members

Member nameValueDescription
MessageFrom0 From whom the message was from Of type String.
MessageTo1 To whom the message was addressed to Of type String.
MessageCCorBCC2 CC or BCC addresses Of type String.
MessageSubject4 Subject of the message Of type String.
MessageBody5 Body of the message Of type String.
MessageDateFrom6 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.
MessageDateTo7 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.

See Also