Description: | Checks for new incoming mail for the current user. |
Syntax: | object.CheckForNewMail |
Parameters: | |
object | Required, the Session object |
Remarks: | This function checks for new mail using all mail services currently established for the current user. |
Returns: | Nothing |
Example: |
Set session = CreateObject("OfficeTalk.Session")
Set user = session.Logon(login name, password)
Set message = session.CheckForNewMail