ContactItemType.CompanyName Property
The CompanyName property gets or sets a string value that contains the company name that is associated with a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CompanyName As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.CompanyName
instance.CompanyName = value
public string CompanyName { get; set; }
Property Value
Type: System.String
The CompanyName property returns a string value that contains the company name that is associated with a contact.
See Also