Edit

Share via


EmailSubmitConnection.CC Property

Definition

Gets an XPathTypedValue object that evaluates to the carbon copy (CC) addresses of an e-mail message submitted with an EmailSubmitConnection object.

public:
 abstract property Microsoft::Office::InfoPath::XPathTypedValue ^ CC { Microsoft::Office::InfoPath::XPathTypedValue ^ get(); };
public abstract Microsoft.Office.InfoPath.XPathTypedValue CC { get; }
member this.CC : Microsoft.Office.InfoPath.XPathTypedValue
Public MustOverride ReadOnly Property CC As XPathTypedValue

Property Value

An XPathTypedValue object that evaluates to the carbon copy (CC) addresses 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.

Applies to