Output |
public class EmailDefinition
The OutputEmailDeviceEmailDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputEmailDeviceEmailDefinition | Initializes a new instance of the OutputEmailDeviceEmailDefinition class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| attachName | Name of the attached file | |
| attachPath | Path of the file to attach | |
| bcc | Email addresses in blind copy (BCC) | |
| body | Body of the email | |
| cc | Email addresses in copy (CC) | |
| device | Current OutputEmailDevice | |
| isHtmlBody | If true, the body is in HTML format | |
| replyTo | Email addresses used for the reply | |
| sender | Email address of the sender | |
| subject | Subject of the email | |
| to | Email addresses of the recipients |