Discuss this help topic in SecureBlackbox Forum
This event is fired when a new vCard is being uploaded.
Declaration
Parameters
- Principal - specifies currently authenticated user.
- PropList - vCard properties to be uploaded to the server.
- Unique - the handler should set this parameter to true if the new vCard's UID is unique, and to false otherwise.
- URL - the URL of the address book.
- pcURL - the URL of the address book.
- szURL - the length of pcURL in bytes.
Description
Use this event to check the uniqueness of the UID of the new vCard.
Each vCard stored on the server must have a unique UID.
Discuss this help topic in SecureBlackbox Forum