ContactItemType.Companies Property

The Companies property gets or sets an array of type string that contains the names of companies that are associated with a contact.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Companies As String()
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As String()

value = instance.Companies

instance.Companies = value
public string[] Companies { get; set; }

Property Value

Type: []
The Companies property returns an array of type string that contains the names of companies that are associated with a contact.