MapiPropertyStreamContent Property |
Gets the content.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Object Content { get; }
Public ReadOnly Property Content As Object
Get
public:
property Object^ Content {
Object^ get ();
}
member Content : Object with get
Property Value
Type:
ObjectThe content.
See Also