EmailOptions Properties
Represents different settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview.| Name | Description |
|---|---|
| AdditionalRecipients | Provides access to the collection of email recipients. |
| Body | Gets or sets the text which is appended to an e-mail as its body, when a document is exported and sent via e-mail from its Print Preview. |
| RecipientAddress | Gets or sets the text which is used as an e-mail’s recipient address, when a document is exported and sent via e-mail from its Print Preview. |
| RecipientAddressPrefix | Gets or sets the prefix appended to the EmailOptions.RecipientAddress property value. |
| RecipientName | Gets or sets the text which is used as an e-mail’s recipient name, when a document is exported and sent via e-mail from its Print Preview. |
| Subject | Gets or sets the text which is used as an e-mail’s subject, when a document is exported and sent via e-mail from its Print Preview. |
See Also