VCardContactSave Method (Stream)

Saves this MapiContact into the given stream with vCard format. The supported vCard version is 2.1

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

Parameters

stream
Type: System.IOStream
A stream to save to
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null
NotSupportedExceptionstream does not support writing
See Also