MailEnvelope Members
Include Protected Members
Include Inherited Members
Represents a custom e-mail message for sending the current form as an attachment.
The MailEnvelope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailEnvelope |
Top
Properties
Name | Description | |
---|---|---|
Available | Gets whether the other properties of the MailEnvelope class are available to code running in the form. | |
Bcc | Gets or sets the blind carbon copy (BCC) addresses of the e-mail message. | |
CC | Gets or sets the carbon copy (CC) addresses of the e-mail message. | |
EmailAttachmentType | Gets or sets the type of file to be attached to the e-mail message. | |
Introduction | Gets or sets the introduction in the body of the e-mail message. | |
Subject | Gets or sets the subject of the e-mail message. | |
To | Gets or sets the addresses of the recipients of the e-mail message. | |
Visible | Gets or sets the visibility of the e-mail message fields, Send toolbar, and Mail Options task pane. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top