Self members
Represents the local signed in user. Self is used to publish your information for other people to see.
The Self type exposes the following members.
Properties
Name | Description | |
---|---|---|
Contact | Gets the Contact object that represents the local user as self that can be used as a normal contact. | |
IsInResiliencyMode | Returns true if the Lync client is in resiliency mode. | |
Permissions | Gets the permission collection. | |
PhotoDisplayed | Returns true if showing photos for contacts is allowed. | |
TestCallEndpoint | Returns the Collaboration Endpoint that can be used for call testing. |
Top
Methods
Name | Description | |
---|---|---|
BeginPublishContactInformation | Starts the contact information publication operation. Used to publish a local users contact information. | |
BeginRemovePhone | Removes the phone. | |
BeginSetPhone | Add the phone if not exist, update if exist. | |
CanSetPhone | Returns true when the specific type can be set. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndPublishContactInformation | Publish presence items be set for self. | |
EndRemovePhone | Removes the phone. | |
EndSetPhone | Add the phone if not exist, update if exist. | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetAlertLevelForNotification | Get level of alert for notification purpose | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetPhone | Get the phone. | |
GetPublishableCustomAvailabilityStates | Returns the array of CustomAvailabilityState objects based on the optional locale id. | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
AlertLevelChanged | Raised when the local user has changed their do-not-disturb level joined a meeting as a presenter and shared a resource such as a primary monitor. | |
PhonesChanged | Raised when phones changed. | |
ResiliencyModeChanged | Raised when the resiliency mode is changed. |
Top