[This is preliminary documentation and is subject to change.]
Creates a new addressbook
Namespace:
OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string CreateNewPersonalAddressBook( string addressBookName, int groupId, int userId ) |
Visual Basic (Declaration) |
---|
Public Function CreateNewPersonalAddressBook ( _ addressBookName As String, _ groupId As Integer, _ userId As Integer _ ) As String |
Visual C++ |
---|
public: String^ CreateNewPersonalAddressBook( String^ addressBookName, int groupId, int userId ) |
Parameters
- addressBookName
- Type: System..::.String
The name of the addressbook to be created
- groupId
- Type: System..::.Int32
The unique id of the organization
- userId
- Type: System..::.Int32
The unique id of the current user