Click or drag to resize
EmailProcessingException Constructor
Provides details about any exceptions that occur during email processing.

Namespace: MailAttachmentDownloaderPluginAPI
Assembly: MailAttachmentDownloaderPluginAPI (in MailAttachmentDownloaderPluginAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EmailProcessingException(
	string message
)

Parameters

message
Type: SystemString
The message for the exception.
See Also