Sender Property  
 

Gets and sets the value that identifies the sender of the message.

Syntax

object.Sender [= value ]

Remarks

The Sender property returns the email address of the sender when the SMTP service is used to send the message. For other service types, this property typically specifies the phone number or shortcode associated with the sender. Assigning a value to this property will set the default sender when the SendMessage method is called.

Data Type

String

See Also

Message Property, PhoneNumber Property