|
|
|
|
|
EmailChangeStatus (Function) In french: EmailChangeEtat Changes the status of an email on a messaging server.
MySession is emailIMAPSession
...
FOR EACH EmailMessage NOT READ OF MySession
EmailChangeStatus(MySession, EmailMessage, emailStatusRead)
END
Syntax
<Result> = EmailChangeStatus(<Session> , <Email> , <New status>)
<Result>: Boolean - True if the status was modified on the server,
- False otherwise. To get more details on the error, use ErrorInfo.
<Session>: emailOutlookSession or emailIMAPSession variable Identifies the user session. Corresponds to: <Email>: Email variable Name of the Email variable corresponding to the email to use. <New status>: Integer constant Status to assign to the email, the possible values are: | | emailStatusNotRead | Indicates that the message was not read. | emailStatusRead | Indicates that the message was read. |
Remarks This function is not available:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|