EmailAdapter Interface

Definition

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeEmailAdapterObject.

public interface class EmailAdapter
[System.Runtime.InteropServices.Guid("096CD5D7-0786-11D1-95FA-0080C78EE3BB")]
public interface EmailAdapter
type EmailAdapter = interface
Public Interface EmailAdapter
Derived
Attributes

Properties

AttachmentFileName

Gets or sets the file name to be used for the current form when the form is attached to the e-mail message of an EmailAdapterObject object.

AttachmentType
BCC

Gets or sets the BCC recipients of an e-mail message associated with an EmailAdapterObject object.

CC

Gets or sets the carbon copy (CC) recipients for the e-mail message associated with an EmailAdapterObject object.

Intro

Gets or sets the introduction in the body of the e-mail message for an EmailAdapterObject object.

Name

Gets the name of the EmailAdapterObject object.

QueryAllowed

Gets a value that always returns false, corresponding to the queryAllowed attribute in the form definition file (.xsf).

Subject

Gets or sets the subject of the e-mail message associated with the specified EmailAdapterObject object.

SubmitAllowed

Gets a value that is always true, corresponding to the submitAllowed attribute in the form definition file (.xsf).

To

Gets or sets the recipients for the e-mail message associated with a specified EmailAdapterObject object.

Methods

Query()

The Query method is available for the EmailAdapterObject 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.

Submit()

Executes the submit operation on the associated adapter.

SubmitData(IXMLDOMNode)

Submits the specified DOM element or DOM document to a data adapter.

Applies to