An array of mail search settings indexed by MailSearchHeaderType.
The following example illustrates setting the from such that messages that contain attachments from "GearMage" will be downloaded.
CopyC#
MailSearchSettings[MailSearchHeaderType.MESSAGE_FROM]="GearMage";

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

Syntax

C#
string[] MailSearchHeaderSettings { get; set; }

See Also