<< Click to Display Table of Contents >>
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
The CreateNewMsg method creates a NewMessage object. |
|
Logs of the user logged on in ZfAPI.Logon |
|
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. |
The Coversheet property returns the user's default Coversheet . |
|
The FromName property specifies the name of the logged on user as it appears in the from field of new messages. |
|
The Inbox property returns the Inbox object. |
|
The Server property returns the Server object.
|
|
The SystemArea property returns the Zetafax System directory. |
|
The UserArea property returns path to the logged on Zetafax user's directory. |
|
The UserInDir property returns the User's IN directory. |
|
The UserOutDir property returns the User's OUT directory. |
See Also