Skip to content

From

Gets or sets the message sender.

1
 MessageContact myMessage.From

Remarks

If not set default sender is used.
When setting this property email address string is accepted.

Example

1
2
3
4
var msg = $Messages.New();
msg.From = '[email protected]';
// or
msg.From = 'John <[email protected]>';

See Also