(Contents)(Previous)(Next)

User Object

The User object relates to an OfficeTalk user. The User object provides access to the common object functionality. The User object also gives you access to other user related objects such as Tasks and Appointments and mail folders.

User Methods
GetTaskAccess Returns the access of the current user to this User's tasks
GetTaskAccessToUser Returns the access of this User to the tasks belonging to the passed in User.
GetTaskAccessOfUser Returns the access of the passed in User to the tasks belonging to this User.
GetAppointmentAccess Returns the access of the current user to this User's appointment.
GetAppointmentAccessToUser Returns the access of this User to the appointments belonging to the passed in User.
GetAppointmentAccessOfUser Returns the access of the passed in User to the appointments belonging to this User.
MailFolders Returns the list of mail folders personal to this user
GetMailFolderFromID Returns a mail folder according to a passed in ID
GetTaskFolders Returns the list of task folders personal to this user
InBox Returns this user's incoming mail folder
SentMail Returns this user's sent mail folder
Update Saves changes to this object
Edit Edits the object using a graphical user interface
Delete Deletes the object
Value Gets the value of the passed in field/column name
Value= Sets the value of the passed in field/column name
User Properties
Name The user's surname
CreationDate The date when this object was first created
LastEditedDate The date when this object was last edited
Appointments Represents the appointments for the associated user
Tasks Represents this user's tasks
Available Fields
Name
Type
Description
ID Long The user's ID
First Names String The user's first name(s)
Last Edited Date The date and time when this object was first created
Last Logon Date Date The date when this user last logged on.
Last Logon Date The date and time when this user last logged on.
Last Name String The users last name
Usual Location String The user's usual location
Logged On Boolean True if this user is currently logged on
Supervisor Boolean True if this user is a supervisor
Name String The user's full name
Login Name String The user's login name
More:

GetTaskAccess()

GetTaskAccessToUser()

GetTaskAccessOfUser()

GetAppointmentAccess()

GetAppointmentAccessToUser()

GetAppointmentAccessOfUser()

MailFolders()

Appointments (property)

Tasks (property)


Next