Expand Minimize
1 out of 1 rated this helpful - Rate this topic

dispidInstMsg

Office 2007

Represents an instant messenger address for the Microsoft Office Outlook contact item.

Quick Info

Exposed on:Message objects representing contacts
Created by:Outlook
Accessed by:Outlook and solution providers
Property type:PT_UNICODE
Access type:Read-only

Remarks

To retrieve the value of this property, first use IMAPIProp::GetIDsFromNames to obtain the property tag, and then specify this property tag in IMAPIProp::GetProps to get the value. When calling IMAPIProp::GetIDsFromNames, specify the following values for the MAPINAMEID structure pointed at by the input parameter lppPropNames:

lpGuid:PSETID_Address
ulKind:MNID_ID
Kind.lID:dispidInstMsg

This property corresponds to the IMAddress property of the ContactItem object in the Microsoft Office Outlook object model.

See Also

Constants for Outlook Named Properties


Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.