Item.AllowedResponseActions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates which response actions are allowed on this item. Examples of response actions are Reply and Forward.
public:
property Microsoft::Exchange::WebServices::Data::ResponseActions AllowedResponseActions { Microsoft::Exchange::WebServices::Data::ResponseActions get(); };
public Microsoft.Exchange.WebServices.Data.ResponseActions AllowedResponseActions { get; }
Public ReadOnly Property AllowedResponseActions As ResponseActions
Property Value
A ResponseActions enumeration value.