SYNCCREDENTIALS
The SYNCCREDENTIALS structure describes the credentials needed by the transport to log on to the server.
Syntax
typedef struct _SYNCCREDENTIALS {
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: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
See Also
IMailSyncCallBack::RequestCredentials
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.