ResponseMessageType Enum

Definition

Defines the type of a ResponseMessage object.

public enum class ResponseMessageType
public enum ResponseMessageType
Public Enum ResponseMessageType
Inheritance
ResponseMessageType

Fields

Forward 2

The ResponseMessage is a forward.

Reply 0

The ResponseMessage is a reply to the sender of a message.

ReplyAll 1

The ResponseMessage is a reply to the sender and all the recipients of a message.

Applies to