SetHoldOnMailboxesParameters.ActionType 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.
The type of hold action.
public:
property Microsoft::Exchange::WebServices::Data::HoldAction ActionType { Microsoft::Exchange::WebServices::Data::HoldAction get(); void set(Microsoft::Exchange::WebServices::Data::HoldAction value); };
public Microsoft.Exchange.WebServices.Data.HoldAction ActionType { get; set; }
Public Property ActionType As HoldAction