MailboxHoldResult.Statuses Property

Definition

Gets or sets the status collection containing the success or failure of the hold action placed on the target mailboxes. The Statuses property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property cli::array <Microsoft::Exchange::WebServices::Data::MailboxHoldStatus ^> ^ Statuses { cli::array <Microsoft::Exchange::WebServices::Data::MailboxHoldStatus ^> ^ get(); void set(cli::array <Microsoft::Exchange::WebServices::Data::MailboxHoldStatus ^> ^ value); };
public Microsoft.Exchange.WebServices.Data.MailboxHoldStatus[] Statuses { get; set; }
Public Property Statuses As MailboxHoldStatus()

Property Value

The collection of mailbox statuses.

Applies to