MailEnvelope Members (Microsoft.Office.InfoPath)
Represents a custom e-mail message for sending the current form as an attachment.
The following tables list the members exposed by the MailEnvelope type.
Protected Constructors
Name | Description | |
---|---|---|
MailEnvelope |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top