Mail Classes Constructors

The following section provides examples of the mail class constructors.

Example

Local PT_MCF_MAIL:MCFBodyPart &text = create PT_MCF_MAIL:MCFBodyPart();

Example

Local MCFGetMail &gm = create MCFGetMail();

Example

Local PT_MCF_MAIL:MCFOutboundEmail &eMail = 
create PT_MCF_MAIL:MCFOutboundEmail();
 `

Example

Local MCFGetMail &sm = create MCFMailStore();

Example

Local PT_MCF_MAIL:SMTPSession &commonSession = 
create PT_MCF_MAIL:SMTPSession();