Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.