wodSmtp ActiveX Control - MailTo Property
      
 

Description

Holds recipient of the message.


Property type

A String value.  


Syntax

object.MailTo [= value]



The MailTo Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSmtp.
value A 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.