You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Enumerations > IMSDK.IMClient.Status Enumeration
MessengerYouLike
IMSDK.IMClient.Status Enumeration
C#
public enum Status {
  Online,
  Busy,
  BeRightBack,
  Away,
  OutToLunch,
  Offline
}
Visual Basic
Public Enum Status
  Online,
  Busy,
  BeRightBack,
  Away,
  OutToLunch,
  Offline
End Enum

This is the Status of the Logged in user Once changed will update all friends Who are online this value will also be stored in the database so it can be shown on web 

 

Member 
Description 
Away 
When Logged in user is away ( This is not Set automatically until set by user ) 
BeRightBack 
When user Will be back shortly 
Busy 
When user is Busy 
Offline 
When user is Offline Or blocked this Status will Appear 
Online 
This is Normal Status and appear on all Online Contacts , messages can be sent or received 
OutToLunch 
When user is Out for lunch 
Copyright (c) 2007. All rights reserved.