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
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
See Also