Back to product page

MailFrom Property


Holds sender of the message.

Type

String

Syntax

  • Basic
object.MailFrom [= value]
The MailFrom(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
valueA String value.

Remarks

MailFrom property specifies sender of the message. This value will be used in MAIL FROM command that will be sent to the server upon message delivery.

If this property is not set, wodSmtp will extract this information from Message's From field.

Platforms

Windows