ReadReceiptResponseAction EnumerationIpswitch.Messaging.Framework
Specifies how to deal with a request for a read receipt in a message.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public enum ReadReceiptResponseAction
Members

  Member nameValueDescription
NeverRespond0 Indicates that a read receipt should never be sent when one is requested.
AlwaysPrompt1 Indicates that the user should decide whether or not to send a read receipt when one is requested.
AlwaysRespond2 Indicates that a read receipt should always be sent when one is requested.
AlwaysRespondIfSentDirectly3 Indicates that a read receipt should be sent when one is requested if and only if the email address of the user appears in the To, CC, or BCC fields.
See Also

Reference