Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SYNCCREDENTIALS structure describes the credentials needed by the transport to log on to the server.
Syntax
struct {
DWORD cbSize;
DWORD cbBufSize;
LPTSTR pszUsername;
LPTSTR pszDomain;
LPTSTR pszPassword;
} SYNCCREDENTIALS;
Members
- cbSize
Size in bytes of the structure. - cbBufSize
Not used; set to zero. - pszUsername
User name string. - pszDomain
Domain string. - pszPassword
Password string.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
See Also
IMailSyncCallBack::RequestCredentials | IMailSyncHandler::Connect | MAPI Structures | Messaging
Send Feedback on this topic to the authors