SmtpMessageSubmittedToPickupFolderEventArgsFilename Property |
Gets the filename of the saved message file.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Filename { get; }
Public ReadOnly Property Filename As String
Get
Property Value
Type:
StringThe filename (without folder path) under which the queued message file was saved in the queue folder.
See Also