MailEnvelope Object Members
InfoPath Developer Reference |
Represents a custom e-mail message in an InfoPath form.
Properties
Name | Description | |
---|---|---|
AttachmentType | Gets or sets the type of file to be attached to the e-mail message. Read/write | |
Available | Gets whether the other properties of the MailEnvelope object are available to code running in the form. Read-only | |
BCC | Sets or retrieves a string containing the blind carbon copy (BCC) value used in the MailEnvelope object that is associated with a Window object. Read/write | |
CC | Sets or retrieves a string containing the carbon copy (CC) value used in the MailEnvelope object that is associated with a Window object. Read/write | |
Intro | Gets or sets the introduction in the body of the e-mail message. Read/write | |
Subject | Sets or retrieves a string containing the subject value used in the MailEnvelope object that is associated with a Window object. Read/write | |
To | ets or retrieves a string containing the send-to value used in the MailEnvelope object that is associated with a Window object. Read/write | |
Visible | Sets or retrieves a Boolean value that indicates the visibility of the custom e-mail message created with the MailEnvelope object that is associated with a Window object. Read/write |