SmtpMessageSubmittedToPickupFolderEventArgsPickupFolderName Property |
Gets the full physical path to the folder the message file was saved in.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string PickupFolderName { get; }
Public ReadOnly Property PickupFolderName As String
Get
Property Value
Type:
StringThe full physical path to the folder in which the message file was saved.
See Also