EmailSubmitConnection Properties (Microsoft.Office.InfoPath)
| Name | Description | |
|---|---|---|
| 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.
|
| Bcc |
Gets an XPathTypedValue object that evaluates to the blind carbon copy (BCC) addresses of an e-mail message submitted with an EmailSubmitConnection object.
|
| CC |
Gets an XPathTypedValue object that evaluates to the carbon copy (CC) addresses of an e-mail message submitted with an EmailSubmitConnection object.
|
| EmailAttachmentType |
Gets or sets the type of file to be attached to the e-mail message submitted with an EmailSubmitConnection object.
|
| Introduction |
Gets or sets the introduction in the body of an e-mail message submitted with an EmailSubmitConnection object.
|
| Name |
Gets the name of the data connection.
(inherited from
DataConnection)
|
| Subject |
Gets an XPathTypedValue object that evaluates to the subject of an e-mail message submitted with an EmailSubmitConnection object.
|
| To |
Gets an XPathTypedValue object that evaluates to the addresses of the recipients of an e-mail message submitted with an EmailSubmitConnection object.
|