MailBee.NET Objects 4.0

SmtpSubmittingMessageToPickupFolderEventArgs.Filename Property

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

public string Filename {get; set;}

Property Value

The filename (without folder path) under which the message file will be saved in MailBee Message 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

SmtpSubmittingMessageToPickupFolderEventArgs Class | MailBee.SmtpMail Namespace