Edit

Share via


EmailAdapter.To Property

Definition

Gets or sets the recipients for the e-mail message associated with a specified EmailAdapterObject object.

public:
 property System::String ^ To { System::String ^ get(); void set(System::String ^ value); };
public string To { get; set; }
member this.To : string with get, set
Public Property To As String

Property Value

Examples

myEmailAdapter.<span class="label">To</span> = "list@example.com";

Remarks

The value must be a semicolon-delimited string that can be resolved into a list of valid e-mail addresses by the user's e-mail client.

Important: This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to