_ContactItem.IMAddress Property

Returns or sets a String (string in C#) that represents a contact's Microsoft Instant Messenger address. Read/write.

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

Syntax

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

value = instance.IMAddress

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

Property Value

Type: System.String

Remarks

Unlike the Recipients or To properties, there is no way to verify that the IMAddress property contains a valid address.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace