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 Install method is called by Messaging to install the transport and then passes the configuration information to the transport.
Syntax
HRESULT Install (
LPCWSTR pszProfileName,
LPCWSTR pszIncomingServer,
LPCWSTR pszOutgoingServer,
GUID * pidNetwork
);
Parameters
- pszProfileName
[in] Profile name of the transport instance. - pszIncomingServer
[in] Incoming server name that the transport should use to synchronize the e-mail into the device. - pszOutgoingServer
[in] Outgoing server name that the transport should use to send outgoing e-mails. - pidNetwork
[in] Reference to the network GUID identifier to use when connecting to the incoming and outgoing servers.
Return Values
This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:
- S_OK
Indicates success.
Remarks
The transport should maintain the information for later use.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
Library: cemapi.lib
See Also
Send Feedback on this topic to the authors