Lines Matching refs:in
8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
128 [in] identifies the connection that should be used to connect
137 void setConnectionType([in] string sConnectionType)
145 [in] query if a certain connection type is supported.
150 boolean isConnectionTypeSupported([in] string sConnectionType);
156 [in] a listener that will be informed about connection events.
160 void addConnectionListener([in] XConnectionListener xListener);
166 [in] a listener that no longer need to be informed about connection events.
170 void removeConnectionListener([in] XConnectionListener xListener);
173 Login a user to the mail server. Only one user may logged in
174 at a time. An attempt to login while another user is logged in
178 [in] an interface used to query for the necessary user information
201 if the specified user could not be logged in.
204 if a user is currently logged in.
218 void connectUser([in] XAuthenticator xAuthenticator)
227 Logoff the currently logged in user.
236 Returns whether a user is currently logged in to the mail server or not.
239 <TRUE/> if a user is currently logged in to the mail server.
257 specified in a mail message could not be found or accessed.
260 is thrown when the body of the mail message is provided in an
269 void sendMailMessage([in] XMailMessage xMailMessage)