EmailSubmitConnection members

Include protected members
Include inherited members

Represents the data connection for submitting form information in e-mail.

The EmailSubmitConnection type exposes the following members.

Constructors

  Name Description
Protected method EmailSubmitConnection

Top

Properties

  Name Description
Public property AttachmentFileName Gets an XPathTypedValue object that evaluates to the file name to be used for the current form when the form is attached to an e-mail message submitted with an EmailSubmitConnection object.
Public property Bcc Gets an XPathTypedValue object that evaluates to the blind carbon copy (BCC) addresses of an e-mail message submitted with an EmailSubmitConnection object.
Public property CC Gets an XPathTypedValue object that evaluates to the carbon copy (CC) addresses of an e-mail message submitted with an EmailSubmitConnection object.
Public property EmailAttachmentType Gets or sets the type of file to be attached to the e-mail message submitted with an EmailSubmitConnection object.
Public property Introduction Gets or sets the introduction in the body of an e-mail message submitted with an EmailSubmitConnection object.
Public property Name Gets the name of the data connection. (Inherited from DataConnection.)
Public property Subject Gets an XPathTypedValue object that evaluates to the subject of an e-mail message submitted with an EmailSubmitConnection object.
Public property To Gets an XPathTypedValue object that evaluates to the addresses of the recipients of an e-mail message submitted with an EmailSubmitConnection object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Execute() Depending on which ConnectionTypeConnection class it is called from, executes a submit or query operation on the data connection using the declaratively defined values for the submitted data, query parameters, or data to retrieve. (Inherited from DataConnection.)
Public method Execute(XPathNavigator) Overrides the default Execute method to allow specifying a different source of data to submit.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

EmailSubmitConnection class

Microsoft.Office.InfoPath namespace