FromStream
Contents
[
Hide
]
PersonalStorage.FromStream method (1 of 6)
Load PST from stream.
public static PersonalStorage FromStream(Stream stream, bool writable)
Parameter | Type | Description |
---|---|---|
stream | Stream | The System.IO.Stream. |
writable | Boolean | if set to true then the the pst will support writing, otherwise it will be opened in read-only mode. |
Return Value
A PersonalStorage object that represents the current PST.
See Also
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
PersonalStorage.FromStream method (2 of 6)
Load PST from stream.
public static PersonalStorage FromStream(Stream stream, PersonalStorageLoadOptions loadOptions)
Parameter | Type | Description |
---|---|---|
stream | Stream | The System.IO.Stream. |
loadOptions | PersonalStorageLoadOptions | The load options. |
Return Value
A PersonalStorage object that represents the current PST.
See Also
- class PersonalStorageLoadOptions
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
PersonalStorage.FromStream method (3 of 6)
Load PST from stream.
public static PersonalStorage FromStream(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The System.IO.Stream. |
Return Value
A PersonalStorage object that represents the current PST.
Remarks
By default, the pst will support writing.
See Also
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
PersonalStorage.FromStream method (4 of 6)
Load PST from file.
public static PersonalStorage FromStream(Stream stream, CancellationToken token)
Parameter | Type | Description |
---|---|---|
stream | Stream | The System.IO.Stream. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
A PersonalStorage object that represents the current PST.
Remarks
By default, the pst will support writing.
See Also
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
PersonalStorage.FromStream method (5 of 6)
public static PersonalStorage FromStream(Stream stream, bool writable, CancellationToken token)
See Also
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
PersonalStorage.FromStream method (6 of 6)
Load PST from file.
public static PersonalStorage FromStream(Stream stream, PersonalStorageLoadOptions loadOptions,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
stream | Stream | The System.IO.Stream. |
loadOptions | PersonalStorageLoadOptions | The load options. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
A PersonalStorage object that represents the current PST.
Remarks
By default, the pst will support writing.
See Also
- class PersonalStorageLoadOptions
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email