Initializes a new instance of the EmailInteractionParameters class to be used to create a new email in response to an existing email.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public EmailInteractionParameters(
	EmailContent content,
	EmailInteraction parentEmail,
	EmailResponseType responseType
)
Visual Basic
Public Sub New ( _
	content As EmailContent, _
	parentEmail As EmailInteraction, _
	responseType As EmailResponseType _
)

Parameters

content
Type: ININ.IceLib.Interactions..::..EmailContent
The new initial content.
parentEmail
Type: ININ.IceLib.Interactions..::..EmailInteraction
The the email that this is in response to.
responseType
Type: ININ.IceLib.Interactions..::..EmailResponseType
The type of response this email is.

Remarks

Use CloneForResponse(EmailCloneAttachmentType) to create content for the new message.
Note
At this time, creating inbound email interactions is not supported.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter was nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionA parameter was invalid.
System..::..InvalidOperationExceptionThe requested response email could not be created.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also