Self Members
Include Protected Members
Include Inherited 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 representing self that can be used as a normal contact. | |
IsInResiliencyMode | Gets the flag whether Lync is in resiliency mode. | |
Permissions | Gets the the collection of permissions for managing how other people can see the self Contact published contact information. | |
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 | Starts to remove a phone from the user. Phones from Active Directory or Outlook may not be removed. | |
BeginSetPhone | Starts to set a phone from the user. Phone will be published for other people if the publish flag is set. | |
CanSetPhone | Returns true when the specific type of phone can be updated. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
EndPublishContactInformation | Blocks the calling thread until BeginPublishContactInformation completes. | |
EndRemovePhone | Blocks the calling thread until BeginRemovePhone completes. | |
EndSetPhone | Blocks the calling thread until BeginSetPhone completes. | |
Equals | (inherited from Object) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetPhone | Retrieves one of the phone objects from self. | |
GetPublishableCustomAvailabilityStates | Returns the CustomAvailabilityState objects set by an administrator for publishing custom activity. | |
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 | |
---|---|---|
PhonesChanged | Occurs when at least one of the phones for the Self Contact (local user) has changed. | |
ResiliencyModeChanged | Occurs when the resiliency mode is changed. |
Top