GetSharingMetadataResponseMessageType.InvalidRecipients 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 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.