SysEmailAccount Class [AX 2012]
This is a framework class. Customizing this class may cause problems with future upgrades to the software.
Stores the information about an e-mail account.
This information will be used to read the e-mail from that specific account.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getPassword | Gets the de-encrypted password for the given username and server |
| getPort | Gets the port number that must be used to connect to the pop server |
| getServerAddress | Address of the POP server |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUserName | Gets the username that must be used to connect with the POP server |
| getUseSsl | Indicates if the connection to the POP server should use SSL |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Instantiates a new instance of the e-mail account with the information necessary to connect to the POP server and retrieve the messages |
| 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.) |
| setPassword | |
| setPort | |
| setServerAddress | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setUsername | |
| setUseSsl | |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newAccount | Instantiates a new instance of the e-mail account with the information necessary to connect to the POP server and retrieve the messages |
Community Additions
ADD
Show: