<< Click to Display Table of Contents >>

ZFLOGO2

CPPClass ZfLib.UserSession

 


 

The UserSession object contains details about a Zetafax user's configuration, messages and gives you the ability to create new messages for sending.

 

Groups

 

Operations

 

Method_s CreateNewMsg

The CreateNewMsg method creates a NewMessage object.

Method_s Logoff

Logs of the user logged on in ZfAPI.Logon

Method_sSendSubmitFile

This method interpretes the given SUBMIT format file, creating a CONTROL file and a DATA file in ASCII text or EPSON print format. It then submits these files for sending.

 

Read-only Properties

 

Property_s APIPrint

The APIPrint property returns the APIPrint object

Property_sCoversheet

The Coversheet property returns the user's default Coversheet .

Property_sFromName

The FromName property specifies the name of the logged on user as it appears in the from field of new messages.

Property_sInbox

The Inbox property returns the Inbox  object.

Property_sOutbox

The Outbox property returns the Outbox object

Property_sServer

The Server property  returns the Server object.

 

Property_sSystemArea

The SystemArea property returns the Zetafax System directory.

Property_sUserArea

The UserArea property returns path to the logged on Zetafax user's directory.

Property_sUserInDir

The UserInDir property returns the User's IN directory.

Property_sUserOutDir

The UserOutDir property returns the User's OUT directory.

 

 

See Also

NewMessage , Inbox , Outbox