ResponseActions Enum

Definition

Specifies constants that define the response actions that can be taken on an item.

This enumeration supports a bitwise combination of its member values.

public enum class ResponseActions
[System.Flags]
public enum ResponseActions
Public Enum ResponseActions
Inheritance
ResponseActions
Attributes

Fields

Accept 1

The item can be accepted.

Cancel 64

The item can be canceled.

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.

Applies to