GetSharingMetadataType.Recipients 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 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.