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

OuStruct type

Contains information about an Organizational Unit that is used and displayed as a user container within a list of available users and Contact List retrieved from IM server.

Type OuStruct     Flags As Long     Id As Long     ParentId As Long     Name As String     Description As String End Type

Members

Flags
Not used in this version of the IM Client SDK.
Id
Contains the unique identifier which can be referred by the OuId member of one or several elements from array of ContactStruct type if a list of available contacts or Contact List is retrieved from IM server. This member can be also referred by ParentId member of one or several elements from the array returned by IServerClientVBA::EnumAvailableContacts and IServerClientVBA::EnumContactList methods.
ParentId
Contains a zero-based identifier that refers to Id member and identifies the parent item. If this member is set to zero value this means that the item is a root element.
Name
Contains the name of Organizational Unit.
Description
Contains description of Organizational Unit.