SmtpMessageSubmittedToPickupFolderEventArgsFilename Property
Gets the filename of the saved message file.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string Filename { get; }

Property Value

Type: String
The filename (without folder path) under which the queued message file was saved in the queue folder.
See Also