The UserStatusUpdate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UserStatusUpdate(PeopleManager) |
Constructs a UserStatusUpdate object.
| |
| UserStatusUpdate(PeopleManager, UserStatus) |
Constructs a UserStatusUpdate object from a UserStatus.
| |
| UserStatusUpdate(PeopleManager, String) |
Constructs a UserStatusUpdate object.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UpdateRequest |
Updates the user status with the specified settings.
| |
| UpdateRequestAsync |
Asynchronously updates the user status with the specified settings.
|
Properties
| Name | Description | |
|---|---|---|
| ForwardNumber |
Gets or sets the status forwarded number. (Can be nullNothingnullptra null reference (Nothing in Visual Basic).)
| |
| Notes |
Gets or sets the status notes. (Can be nullNothingnullptra null reference (Nothing in Visual Basic).)
| |
| StatusMessageDetails |
Gets or sets the status message.
| |
| UntilDate |
Gets or sets the status until date.
| |
| UntilTime |
Gets or sets the status until time.
| |
| UserId |
Gets or sets the unique identifier for this user status to update. This is the IC User name.
|