EmailSubmitConnection.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 an XPathTypedValue object that evaluates to the addresses of the recipients of an e-mail message submitted with an EmailSubmitConnection object.
public:
abstract property Microsoft::Office::InfoPath::XPathTypedValue ^ To { Microsoft::Office::InfoPath::XPathTypedValue ^ get(); };
public abstract Microsoft.Office.InfoPath.XPathTypedValue To { get; }
member this.To : Microsoft.Office.InfoPath.XPathTypedValue
Public MustOverride ReadOnly Property To As XPathTypedValue
Property Value
An XPathTypedValue object that evaluates to the addresses (To) of the e-mail message to be submitted.
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.
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.
This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.