GetSharingMetadataType.Recipients Property
The Recipients property gets or sets a string that contains the SMTP e-mail addresses of one or more entities that will be invited to share data in the folder that is specified by the IdOfFolderToShare property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Recipients As String()
Get
Set
'Usage
Dim instance As GetSharingMetadataType
Dim value As String()
value = instance.Recipients
instance.Recipients = value
public string[] Recipients { get; set; }
Property Value
Type: []
The value of the Recipients property is a string that contains SMTP e-mail addresses.
See Also