The EmailInteractionParameters type exposes the following members.

Constructors

  NameDescription
Public methodEmailInteractionParameters(EmailContent)
Initializes a new instance of the EmailInteractionParameters class to be used to create a new email from scratch.
Public methodEmailInteractionParameters(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

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the string representation of EmailInteractionParameters.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAdditionalAttributes
Gets a collection which can be used to set additional attributes.
Public propertyContent
Gets the content.
Public propertyOnBehalfOfWorkgroup
Gets or sets the on behalf of workgroup.
Public propertyParentEmailId
Gets the parent email ID.
Public propertyResponseType
Gets the response type.

See Also