Share via


EmailAdapter Object Members

InfoPath Developer Reference

Represents the data adapter for submitting form information in e-mail by using Microsoft Office Outlook.

Methods

  Name Description
Bb230033.methods(en-us,office.12).gif Query The Query method is available for the EmailAdapter object but, because the EmailAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.
Bb230033.methods(en-us,office.12).gif Submit Executes the submit operation on the associated adapter.
Bb230033.methods(en-us,office.12).gif SubmitData Submits the specified DOM element or DOM document to a data adapter.

Properties

  Name Description
Bb230033.properties(en-us,office.12).gif AttachmentFileName Returns or sets a string that represents the file name to be used for the current form when the form is attached to the e-mail message of an EmailAdapter object. Read/write
Bb230033.properties(en-us,office.12).gif AttachmentType Gets or sets the type of file to be attached to the e-mail message submitted with an EmailAdapter object.
Bb230033.properties(en-us,office.12).gif BCC Returns or sets a string that represents the BCC recipients of an e-mail message associated with an EmailAdapter object. Read/write
Bb230033.properties(en-us,office.12).gif CC Returns or sets a string that represents the carbon copy (CC) recipients for the e-mail message associated with an EmailAdapter object. Read/write
Bb230033.properties(en-us,office.12).gif Intro Returns or sets a string that represents the introduction in the body of the e-mail message for an EmailAdapter object. Read/write
Bb230033.properties(en-us,office.12).gif Name A read-only property that returns the name of an EmailAdapter object. Read-only
Bb230033.properties(en-us,office.12).gif QueryAllowed A read-only property of type Boolean that always returns False, corresponding to the queryallowed attribute in the form definition file (.xsf). Read-only
Bb230033.properties(en-us,office.12).gif Subject Returns or sets a string that represents the subject of the e-mail message associated with the specified EmailAdapter object. Read/write
Bb230033.properties(en-us,office.12).gif SubmitAllowed A read-only property that returns a Boolean value that always returns True, corresponding to the submitAllowed attribute in the form definition file (.xsf). Read-only
Bb230033.properties(en-us,office.12).gif To Returns or sets a string that represents the recipients for the e-mail message associated with a specified EmailAdapter object. Read/write