Expand Minimize
This topic has not yet been rated - Rate this topic

ResponseActions enumeration

EWS Managed API

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
[FlagsAttribute]
public enum ResponseActions
Member nameDescription
NoneNo action can be taken.
AcceptThe item can be accepted.
TentativelyAcceptThe item can be tentatively accepted.
DeclineThe item can be declined.
ReplyThe item can be replied to.
ReplyAllThe item can be replied to.
ForwardThe item can be forwarded.
CancelThe item can be canceled.
RemoveFromCalendarThe item can be removed from the calendar.
SuppressReadReceiptThe item's read receipt can be suppressed.
PostReplyA reply to the item can be posted.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.