Back to product page

MailTo Property


Holds recipient of the message.

Type

String

Syntax

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

Remarks

MailTo property specifies recipient of the message. This value will be used in RCPT TO 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 To field.

Platforms

Windows