SysEmailPopClient Class [AX 2012]
This is a framework class. Customizing this class may cause problems with future upgrades to the software.
Class that provides pop client actions Gets messages from a given account
| Method | Description | |
|---|---|---|
| authenticate | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkSuccessfulResponse | |
| connect | Sets the timeout for the connection and creates a connection between the client and the server using the server address and port |
| connectionToServerSucceeds | This method is called to mark that the API has been able to connect to the POP server. |
| connectTcpClient | Creates a connection between the client and the server using the server address and port |
| disconnect | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finalize | Releases the resources that have been attached to the current object. |
| getEmailList | |
| getMessageUid | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUnreadMessages | Gets unread messages from the pop server Each read message will be marked as read after this method execution |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | |
| initializeEmailAccount | Retrieves a record from the table that stores information about the server access by a given account |
| initializeStream | Initializes the stream that will be used to transfer data between the server and the client |
| markMessageAsBlocked | |
| markMessageAsReadNotBlocked | |
| new | Initializes a new instance of the pop client |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parseBody | |
| parseHeader | |
| parseNextLineResponse | |
| read | Reads a line from the stream that is used to retrieve information from the server |
| readMessage | |
| sendCommand | |
| setEmailAccount | Sets the account information that will be used to log in the server |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| write | Writes a given message into the stream that is used to pass messages to the server |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newForAccount | Initializes a new instance of the pop client for the given e-mail account |
Community Additions
ADD
Show: