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