Task.Contacts Property

Definition

Gets or sets a list of contacts associated with the task.

public:
 property Microsoft::Exchange::WebServices::Data::StringList ^ Contacts { Microsoft::Exchange::WebServices::Data::StringList ^ get(); void set(Microsoft::Exchange::WebServices::Data::StringList ^ value); };
public Microsoft.Exchange.WebServices.Data.StringList Contacts { get; set; }
Public Property Contacts As StringList

Property Value

A StringList object.

Applies to