Save
Contents
[
Hide
]Save (1 of 4)
Saves the specified stream.
Returns: void Aspose::Email::Mapi::
Save(System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| stream | The stream. |
Save (2 of 4)
Saves the specified stream.
Returns: void Aspose::Email::Mapi::
Save(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < MapiDistributionListSaveOptions > options)
| Parameter | Description |
|---|---|
| stream | The stream. |
| options | Additional options for saving DistributionList. |
Save (3 of 4)
Saves the specified file name.
Returns: void Aspose::Email::Mapi::
Save(System::String fileName)
| Parameter | Description |
|---|---|
| fileName | Name of the file. |
Save (4 of 4)
Saves the specified file name.
Returns: void Aspose::Email::Mapi::
Save(System::String fileName, System::SharedPtr < MapiDistributionListSaveOptions > options)
| Parameter | Description |
|---|---|
| fileName | Name of the file. |
| options | Additional options for saving DistributionList. |