Discuss this help topic in SecureBlackbox Forum
Uploads a vCard to the server.
Declaration
Parameters
- URL - target address book URL.
- Strm - the stream containing the vCard body.
- ETag - the ETag returned by the server. This ETag could be used later for subsequent calls of this method.
- Errors - the list of errors returned by the server.
- Locks - the locks to be put on the new resourse.
- VCard - the vCard object to be uploaded.
Description
Use this method to upload vCards to the server.
If the ETag parameter is left empty, the existing resource will not be overwritten on the server.
If ETag is not empty, the resource with that ETag will be overwritten on the server.
Discuss this help topic in SecureBlackbox Forum