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
)
Public Sub Save (
stream As Stream,
saveOptions As ContactSaveOptions
)
public:
void Save(
Stream^ stream,
ContactSaveOptions^ saveOptions
)
member Save :
stream : Stream *
saveOptions : ContactSaveOptions -> unit
Parameters
- stream
- Type: System.IOStream
A stream to save to - saveOptions
- Type: Aspose.Email.MapiContactSaveOptions
A save options
See Also