SmtpSubmittingMessageToPickupFolderEventArgsFilename Property |
Gets or sets the filename of the message file to be saved in the pickup folder.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Filename { get; set; }
Public Property Filename As String
Get
Set
Property Value
Type:
StringThe 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