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#
Namespace: MailAttachmentDownloaderApiThe following example illustrates setting the from such that messages that contain attachments from "GearMage" will be downloaded.
MailSearchSettings[MailSearchHeaderType.MESSAGE_FROM]="GearMage";Assembly: MailAttachmentDownloaderApi (in MailAttachmentDownloaderApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
string[] MailSearchHeaderSettings { get; set; } |