The EmailInteractionParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmailInteractionParameters(EmailContent) |
Initializes a new instance of the EmailInteractionParameters class to
be used to create a new email from scratch.
| |
EmailInteractionParameters(EmailContent, EmailInteraction, EmailResponseType) |
Initializes a new instance of the EmailInteractionParameters class to
be used to create a new email in response to an existing email.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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 |
Gets the string representation of EmailInteractionParameters.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
AdditionalAttributes |
Gets a collection which can be used to set additional attributes.
| |
Content |
Gets the content.
| |
OnBehalfOfWorkgroup |
Gets or sets the on behalf of workgroup.
| |
ParentEmailId |
Gets the parent email ID.
| |
ResponseType |
Gets the response type.
|