|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContactSaveOptions in com.aspose.network |
---|
Subclasses of ContactSaveOptions in com.aspose.network | |
---|---|
class |
VCardSaveOptions
Represents vCard save options |
Methods in com.aspose.network with parameters of type ContactSaveOptions | |
---|---|
void |
VCardContact.save(OutputStream stream,
ContactSaveOptions saveOptions)
Saves this MapiContact 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(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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |