Using MAPI
To use MAPI, you create a MailSession object, then use the
MailSession functions to manage it.
For example:
1 |
MailSession PBmail |
1 |
PBmail = CREATE MailSession |
1 |
1 |
PBmail.MailLogon(...) |
1 |
... // Manage the session: send messages, |
1 |
... // receive messages, and so on. |
1 |
PBmail.MailLogoff() |
1 |
1 |
DESTROY PBmail |
You can use the Browser to get details about the attributes
and functions of the MailSession system object, the attributes of
the mail-related structures, and the valid values of the mail-related
enumerated data types.
For information about using the Browser, see
the PowerBuilder User’s Guide
.
For complete information about the MailSession
functions, see the PowerScript Reference
.
For complete information about MAPI, see the
documentation for your MAPI-compliant mail application
.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest