SysEmailPopClientConstrainer Class [AX 2012]
This is a framework class. Customizing this class may cause problems with future upgrades to the software.
This class is a controller that supports the pop client to avoid overloading the POP server by satisfying some access conditions
| Method | Description | |
|---|---|---|
| areAttachmentExtensionsAllowed | Verifies if all the attachments of the message are allowed to be received. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canReadAnotherEmail | Checks whether or not it should be possible to read another e-mail by validating the constraints |
| canReadEmailsFromAccount | Checks whether or not the time elapsed since last connection is greater than the minimum set for connection interval |
| canReadThisEmail | Checks whether or not the e-mail can be read based on the constraints |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getForbiddenAttachmentExtensions | Retrieves the list of forbidden attachment extensions that have occurred in the e-mail message |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isMessageSizeGreaterThanMax | Checks if the message size is greater than the maximum size constraint |
| isTimeOut | Checks whether or not the time connected to the server is greater than the maximum time constraint |
| new | Initializes a new instance of the SysEmailPopClientConstrainer class |
| 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.) |
| 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.) |
| willExceedBatchSize | Checks whether or not reading the message will exceed the maximum batch size |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SysEmailPopClientConstrainer class |
Community Additions
ADD
Show: