This starts off the mail attachment downloading process generating various events until completed.
Logs on to the mail server and based on any settings set via IMailSearchSettings will start to download attachments through each folder that has been selected.

When the downloading process is complete, a StatusUpdate event is generated with the type MailFolderDownloadCompleteWithFiles or MailFolderDownloadCompleteWithNoFiles where the former represents that new files were downloaded and the latter implies that no files were downloaded.

If Cancel()()()() was invoked, then this will likely result in a MailFolderDownloadCanceled event to signal completion.

See also the following:


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

Syntax

C#
bool StartDownloadingAttachments()

Return Value

Returns true if it was successful in starting the mail attachment downloading process, false if not.

See Also