Modifier and Type | Class and Description |
---|---|
class |
MapiContactSaveOptions
Specifies the contact save options.
|
class |
VCardSaveOptions
Represents vCard save options
|
class |
WebDavContactSaveOptions
Specifies the contact save options.
|
Modifier and Type | Method and Description |
---|---|
void |
Contact.save(OutputStream stream,
ContactSaveOptions saveOptions)
Saves this
Contact to the given stream using specified save options. |
void |
MapiContact.save(OutputStream stream,
ContactSaveOptions saveOptions)
Saves this
MapiContact to the given stream using specified save options. |
void |
VCardContact.save(OutputStream stream,
ContactSaveOptions saveOptions)
Saves this
MapiContact to the given stream using specified save options. |
void |
Contact.save(String filePath,
ContactSaveOptions saveOptions)
Saves this
MapiContact into file using specified save options. |
void |
MapiContact.save(String filePath,
ContactSaveOptions saveOptions)
Saves this
MapiContact into file using specified save options. |
void |
VCardContact.save(String filePath,
ContactSaveOptions saveOptions)
Saves this
MapiContact into file using specified save options. |