Share via


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

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h

See Also

IMailSyncCallBack::RequestCredentials

IMailSyncHandler::Connect

MAPI Structures

Messaging

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.