Contattaci: +1-877-99-BOPUP (877-992-6787)

AccountStruct type

Specifies or retrieves information on a user account. Used to create, modify, save own account and view other user accounts.

Type AccountStruct     ModifiedFields As AccountFieldFlag     Active As Boolean     Account As String     FirstName As String     LastName As String     Description As String     Title As String     Department As String     Phone As String     Email As String     WWW As String     Notes As String End Type

Members

ModifiedFields
Array of bitwise flags that indicate which of the other structure members can be changed by the user. These flags are set on the IM server and cannot be changed by users. This member can include one or more of the following values:
AccountFieldFlag.AccountFieldFlag_Account
Indicates that the Account can be changed.
AccountFieldFlag.AccountFieldFlag_FirstName
Indicates that the FirstName can be changed.
AccountFieldFlag.AccountFieldFlag_LastName
Indicates that the LastName can be changed.
AccountFieldFlag.AccountFieldFlag_Description
Indicates that the Description can be changed.
AccountFieldFlag.AccountFieldFlag_Title
Indicates that the Title can be changed.
AccountFieldFlag.AccountFieldFlag_Department
Indicates that the Department can be changed.
AccountFieldFlag.AccountFieldFlag_Phone
Indicates that the Phone can be changed.
AccountFieldFlag.AccountFieldFlag_Email
Indicates that the Email can be changed.
AccountFieldFlag.AccountFieldFlag_WWW
Indicates that the WWW can be changed.
AccountFieldFlag.AccountFieldFlag_Notes
Indicates that the Notes can be changed.
Active
This member indicates a status of the user account. True value means that the account is enabled and if the account is disabled on the IM server this member is set to False.
Account
Contains the name of user account that is primary used between the client and IM server.
FirstName
Contains user's first name.
LastName
Contains user's last name.
Description
Contains description of the user account.
Title
Contains user's title.
Department
Contains user's department.
Phone
Contains user's phone.
Email
Contains user's e-mail address.
WWW
Contains user's webpage or URL.
Notes
Contains additional information about the user.