DotMSN

ClientCapacities Enumeration

The functions a (remote) client supports.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
Public Enum ClientCapacities
[C#]
public enum ClientCapacities

Members

Member Name Description Value
IsMobile Accepts direct mobile messages. 1
CanViewInk Can view ink messages. 4
CanViewCreateInk Can view and create ink messages. 8
CanVideoConference Can videoconference. 16
CanReceivePages Can receive pages. 64
CanReceiveDirectPages Can receive direct pages. 128
CanHandleMSNC1 Can handle the MSNC1 protocol. 268435456
CanHandleMSNC2 Can handle the MSNC2 protocol. 536870912

Requirements

Namespace: XihSolutions.DotMSN

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN Namespace