PresenceFactory

Used to manage presence information displayed in the GroupWise client. Valid for GroupWise 2012.

Properties

None.

Methods

WantPresence(
   GW_PRESENCE_CONTEXT GWContext,
   DIGWAddressBookEntry7 pContactDisp,
   long ContactOrPhoneNumberType,
   VARIANT_BOOL *pbCanGivePresence
   )

eGW_CONTACT_ADDRESS_CARD_VIEW

Presence is being requested by an item in the address card view.

eGW_CONTACT_ADDRESS_CARD_TOOLTIP

Presence is being requested by an item in a tool tip.

eGW_CONTACT_ITEM_LIST

Presence is being requested by an item in a contact list.

eGW_MAIL_ITEM_LIST

Presence is being requested in the mail item list.

eGW_CONTACT_MAIL_ITEM_VIEWER

Presence is being requested while viewing a mail item.

eGW_CONTACT_CONTACT_ITEM_VIEWER

Presence is being requested while viewing a contact.

eGW_CONTACT_HTML_PAGE_EMBEDDED

Presence is being requested from within an HTML contact view.

BuildPresence(
   GW_PRESENCE_CONTEXT GWContext,
   DIGWAddressBookEntry7 pContactDisp,
   long ContactOrPhoneNumberType,
   DIPresence2 **ppIDispPresence
   )

Remarks

None.