RasPhoneBookType Enumeration

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Defines the phone book types.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public enum RasPhoneBookType
Visual Basic
Public Enumeration RasPhoneBookType
Visual C++
public enum class RasPhoneBookType
F#
type RasPhoneBookType

Members

Member name Value Description
Custom -1 The phone book is in a custom location.
User 0 The phone book is in the user's profile.
AllUsers 1 The phone book is a system phone book and is in the All Users profile.

See Also