SmtpSubmittingMessageToPickupFolderEventArgsFilename Property
Gets or sets the filename of the message file to be saved in the pickup folder.

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

Property Value

Type: String
The filename (without folder path) under which the message file will be saved in MailBee.NET Queue or IIS SMTP pickup folder (for instance, "app18_10469.eml"). The default value is a null reference (Nothing in Visual Basic).
Remarks
By default, this value is a null reference. In this case, MailBee will automatically generate a unique filename for the queued message file. The developer can change the value of this property to employ a special naming schema for message files. Filenames auto-generated by MailBee look like "0ac5356fb20417188a04f4ec3f219ce5.eml".
See Also