Click or drag to resize

AddressBookControllerGetAddressBookEntry Method

Get a specific entry in the Address Book for the logged in User.

Namespace:  MedTunnelSvc.Controllers
Assembly:  MedTunnelSvc (in MedTunnelSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Result GetAddressBookEntry(
	int ContactId
)

Parameters

ContactId
Type: SystemInt32
Address Book entry id

Return Value

Type: Result
Result.Data contains the Contact object for the entry. Result.ReturnCode values:
  • 0 = An unknown error occurred
  • 1 = Success
See Also