ContactSave Method (Stream, ContactSaveFormat)

Saves this Contact to the given stream with a format using the default options.

Namespace:  Aspose.Email.PersonalInfo
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
See Also