GetSharingMetadataResponseMessageType.InvalidRecipients Property

Definition

The InvalidRecipients property gets the invalid recipients of the sharing request.

public:
 property cli::array <ExchangeWebServices::InvalidRecipientType ^> ^ InvalidRecipients { cli::array <ExchangeWebServices::InvalidRecipientType ^> ^ get(); void set(cli::array <ExchangeWebServices::InvalidRecipientType ^> ^ value); };
public ExchangeWebServices.InvalidRecipientType[] InvalidRecipients { get; set; }
Public Property InvalidRecipients As InvalidRecipientType()

Property Value

The value of the InvalidRecipients is an array of InvalidRecipientType objects.

Applies to