TaskType.Contacts Property
The Contacts property gets or sets an instance of an array of type string that contains a list of contacts that are associated with a task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Contacts As String()
Get
Set
'Usage
Dim instance As TaskType
Dim value As String()
value = instance.Contacts
instance.Contacts = value
public string[] Contacts { get; set; }
Property Value
Type: []
The Contacts property returns an array of type string that contains a list of contacts that are associated with a task.
See Also