_MobileItem.BillingInformation Property

Returns or sets a String (string in C#) that represents the billing information associated with the MobileItem object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property BillingInformation As String
    Get
    Set
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.BillingInformation

instance.BillingInformation = value
[DispIdAttribute()]
string BillingInformation { get; set; }

Property Value

Type: System.String

Remarks

This is a free-form text field.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace