SmtpMessageSubmittedToPickupFolderEventArgsFilename Property
Gets the filename of the saved message file.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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