EmailPackageRecipients Property |
Gets or sets the array of the email recipients.
Namespace: GroupDocs.Metadata.Formats.EmailAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic string[] Recipients { get; set; }
Public Property Recipients As String()
Get
Set
public:
property array<String^>^ Recipients {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Recipients : string[] with get, set
Property Value
Type:
String
The array of the email recipients.
See Also