Enumerates the access entry levels.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum AccessLevel |
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 |
The access level all users have by
default.
|
|
External | 100 |
The access level of a public user.
|
|
Colleague | 200 |
The access level of a user in the same
enterprise.
|
|
Workgroup | 300 |
The access level of users in the same
workgroup.
|
|
Friends | 400 |
The higest access level, assigned to
friends.
|
|
Blocked | 32000 |
The access level assigned to users who have
been blocked from accessing contact information.
|
|
Invalid | -1 |