Routines for c_email.kb


EMail_LogonEvent

File Name

c_email.kb

Syntax

EMail_LogonEvent (REF m_EMailLogon: LogonRecord)

Parameters

m_EMailLogon - contains e-mail logon record

Returns

None

Side Effects

None

Description

Changes the labels on the logon window.

Dialog Forms Called

None


EMailConnected

File Name

c_email.kb

Syntax

EMailConnected ( VAL parentWindow: WINDOW, VAL EA_user_ID: STRING, VAL mail_protocol: INTEGER )

Parameters

parentWindow - window handle

EA_user_ID - user logged in

mail_protocol - type of e-mail being used

Returns

None

Side Effects

None

Description

Connects the e-mail session.

Dialog Forms Called

monitor.dfc[logonform]


EMailDisconnect

File Name

c_email.kb

Syntax

EMailDisconnect

Parameters

None

Returns

None

Side Effects

None

Description

Disconnects the e-mail session.

Dialog Forms Called

None


RegisterEMailUser

File Name

c_email.kb

Syntax

RegisterEMailUser ( VAL EA_user_ID: STRING, VAL mail_address: STRING, VAL mail_post_office: STRING, VAL mail_protocol: INTEGER )

Parameters

EA_user_ID - TPM user ID

mail_address - e-mail address of user

mail_post_office - e-mail post office of user

mail_protocol - type of e-mail system being used

Returns

None

Side Effects

None

Description

Registers the user in a global list for their type of e-mail.

Dialog Forms Called

None


SendEMailMessage

File Name

c_email.kb

Syntax

SendEMailMessage ( VAL parentWindow: WINDOW, VAL EA_user_ID: STRING, VAL dest_ID: LIST OF STRING, VAL title: STRING, VAL message: STRING, VAL dest_address: LIST OF STRING, VAL dest_address_type: LIST OF INTEGER, VAL mail_protocol: INTEGER )

Parameters

parentWindow - window handle

EA_user_ID - user logged in

dest_ID - destination ID

title - subject of message

message - message being sent

dest_address - destination address

dest_address_type - destination address type

mail_protocol - type of mail being used

Returns

None

Side Effects

None

Description

Sends the e-mail message.

Dialog Forms Called

None