.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


AttachVCard method
Attaches one or more documents in vCard format.

Note This method is new with Release 8.0.

Defined in

NotesDocument

Syntax

Call notesDocument.AttachVCard( ClientADTObject )

Parameters

ClientADTObject


Usage

To keep the new attachment in the document, you must call the Save method after calling AttachVCard.

If an empty collection is supplied, the error "No documents in collection" will be thrown.

If documents are not Contact documents, the documents will not be attached, and the error "Attach of VCard failed" will be thrown.

The attachment will be in the UTF-8 character set.

Language cross-reference

attachVCard method in Java Document class