EmailAdapter.To Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.