SmtpSubmittingMessageToPickupFolderEventArgsPickupFolderName Property
Gets or sets the full physical path to MailBee.NET Queue or IIS SMTP pickup folder.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string PickupFolderName { get; set; }

Property Value

Type: String
The full physical path to MailBee.NET or IIS SMTP pickup folder where the mail message should be saved (such as "C:\Inetpub\mailroot\Pickup").
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is an empty string or a null reference (Nothing in Visual Basic).
See Also