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
<XmlArrayItemAttribute("String", IsNullable:=False)> _
Public Property Contacts As String()
[XmlArrayItemAttribute("String", IsNullable=false)]
public string[] Contacts { get; set; }
[XmlArrayItemAttribute(L"String", IsNullable=false)]
public:
property array<String^>^ Contacts {
array<String^>^ get ();
void set (array<String^>^ value);
}
/** @property */
public String[] get_Contacts ()
/** @property */
public void set_Contacts (String[] value)
public function get Contacts () : String[]
public function set Contacts (value : String[])
Property Value
The Contacts property returns an array of type string that contains a list of contacts that are associated with a task.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also