Table of Contents

Enum ResponseActions

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

Defines the response actions that can be taken on an item.

[Flags]
public enum ResponseActions

Fields

Accept = 1

The item can be accepted.

Cancel = 64

The item can be cancelled.

Decline = 4

The item can be declined.

Forward = 32

The item can be forwarded.

None = 0

No action can be taken.

PostReply = 512

A reply to the item can be posted.

RemoveFromCalendar = 128

The item can be removed from the calendar.

Reply = 8

The item can be replied to.

ReplyAll = 16

The item can be replied to.

SuppressReadReceipt = 256

The item's read receipt can be suppressed.

TentativelyAccept = 2

The item can be tentatively accepted.