SendMailJobMessageFilename Property
Gets the path of the e-mail file which contain the message to be sent.

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

Property Value

Type: String
The e-mail filename or a null reference (Nothing in Visual Basic) if this job is not a "send e-mail from file" job.
Remarks
This property provides access to the value of msgFilename parameter of AddJob(String, String, Boolean, String, EmailAddressCollection) method call which was used to create this job.
See Also