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
Syntax
public void Save(
	Stream stream,
	ContactSaveFormat saveFormat
)

Parameters

stream
Type: System.IOStream
A stream to save to
saveFormat
Type: Aspose.Email.MapiContactSaveFormat
A save format
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null
NotSupportedExceptionstream does not support writing
NotSupportedExceptionThe specified format is not supported
See Also