Table of Contents

Enum ResponseMessageType

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines the type of a ResponseMessage object.

public enum 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.