FBUser

Identifies a user who may or may not have free/busy data available.

Quick Info

typedef struct tagFBUser 
{ 
   ULONG m_cbEid; 
   LPENTRYID m_lpEid; 
   ULONG m_ulReserved; 
   LPWSTR m_pwszReserved; 
} FBUser;

Members

  • m_cbEid
    The length of the entry ID of the mail user as represented by the IMailUser interface.
  • m_lpEid
    The entry ID of the mail user as represented by the IMailUser interface.
  • m_ulReserved
    This parameter is reserved for Outlook internal use and is not supported.
  • m_pwszReserved
    This parameter is reserved for Outlook internal use and is not supported.

See also

About the Free/Busy API
IFreeBusySupport