GetSharingMetadataType.Recipients Property

Definition

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.

public:
 property cli::array <System::String ^> ^ Recipients { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Recipients { get; set; }
Public Property Recipients As String()

Property Value

String[]

The value of the Recipients property is a string that contains SMTP e-mail addresses.

Applies to