public string[] CcRecipients { get; set; }Public Property CcRecipients As String()
Get
Setpublic:
property array<String^>^ CcRecipients {
array<String^>^ get ();
void set (array<String^>^ value);
}member CcRecipients : string[] with get, set