_MobileItem.Mileage Property
Returns or sets a String (string in C#) that represents the mileage for a MobileItem object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Mileage As String
Get
Set
'Usage
Dim instance As _MobileItem
Dim value As String
value = instance.Mileage
instance.Mileage = value
[DispIdAttribute()]
string Mileage { get; set; }
Property Value
Type: System.String
Remarks
This is a free-form String field. For some items, you can use this property to store mileage information associated with the item (for example, 100 miles documented for an appointment, contact, or task) for purposes of reimbursement.