VCardContactSave Method (Stream, ContactSaveFormat) |
Saves this
MapiContact to the given stream with a format using the default options.
The supported save format is vCard
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Save(
Stream stream,
ContactSaveFormat saveFormat
)
Public Sub Save (
stream As Stream,
saveFormat As ContactSaveFormat
)
public:
void Save(
Stream^ stream,
ContactSaveFormat saveFormat
)
member Save :
stream : Stream *
saveFormat : ContactSaveFormat -> unit
Parameters
- stream
- Type: System.IOStream
A stream to save to - saveFormat
- Type: Aspose.Email.MapiContactSaveFormat
A save format
Exceptions
See Also