Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Overview

Gets or sets the message reply to address. Optional.

MessageContact myMessage.ReplyTo { get; set; }

Example

var msg = $Messages.New();
msg.ReplyTo = 'sales@mail.com';
// or
msg.ReplyTo = 'Sales <sales@mail.com>';

Types

MessageContact

Represents a mail contact as recipient or sender.

{ // Email address of contact. Address : string // Display name of contact. DisplayName : string }

  • No labels