RasPhoneBook.Open Method
From DotRas SDK
Opens the phone book.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This method will be removed in a future version, please use the Open(string) overload to open the phone book.", false)] public void Open() |
| Visual Basic |
|---|
<ObsoleteAttribute("This method will be removed in a future version, please use the Open(string) overload to open the phone book.", false)> Public Sub Open |
| Visual C++ |
|---|
public: [ObsoleteAttribute(L"This method will be removed in a future version, please use the Open(string) overload to open the phone book.", false)] void Open() |
| F# |
|---|
[<ObsoleteAttribute("This method will be removed in a future version, please use the Open(string) overload to open the phone book.", false)>] member Open : unit -> unit |
Remarks
This method opens the existing default phone book in the All Users profile, or creates a new phone book if the file does not already exist.
Exceptions
| Exception | Condition |
|---|---|
| System..::..UnauthorizedAccessException | The caller does not have the required permission to perform the action requested. |
See Also