SearchPreviewItem.ToRecipients Property

Definition

Gets or sets the list of addresses the item was sent to. The ToRecipients property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Property Value

String[]

The To recipients list.

Applies to