ContactSave Method (Stream, ContactSaveOptions)

Saves this Contact to the given stream using specified save options.

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Save(
	Stream stream,
	ContactSaveOptions saveOptions
)

Parameters

stream
Type: System.IOStream
A stream to save to
saveOptions
Type: Aspose.Email.MapiContactSaveOptions
A save options
See Also