Name | Description | |
---|---|---|
![]() | AsyncCall | Gets a boolean value indicating whether the event is raised in an asynchronous call. (Inherited from AsyncEventArgs) |
![]() | DestinationDirectory | Gets or sets the destination directory path that stores downloaded messages. This property is always null when downloading message to a stream (by setting the destination directory to null). |
![]() | FileExists | Gets the boolean flag indicating whether the being downloaded message already exists. This property is always false when downloading message to a stream (by setting the destination directory to null). |
![]() | FileName | Gets or sets the being downloaded file name. Use this to manually rename/move the file to another folder. This property is always null when downloading message to a stream (by setting the destination directory to null). |
![]() | ImapMessage | Gets the IMAP message. This is only available when scanning on an IMAP inbox. |
![]() | Overwrite | Gets or sets the boolean flag indicating whether to overwrite if file already exists. By default, BounceInspector does not overwrite existing message files. This property is always false when downloading message to a stream (by setting the destination directory to null). |
![]() | Pop3Message | Gets the POP3 message. This is only available when scanning on an POP3 inbox. |
![]() | Skip | Sets this flag to true if you want to skip downloading and processing the message. |
![]() | UserState | Gets the user-token specified in an asynchronous call. (Inherited from AsyncEventArgs) |