Aspose::Email::Mapi::OleDocumentFormat Class Referencefinal

Represents the format for OLE document. More...

Inherits Object.

Public Member Functions

System::Guid get_Guid () const
 
 OleDocumentFormat (System::Guid guid)
 Initializes a new instance of the OleDocumentFormat class. More...
 
bool Equals (System::SharedPtr< System::Object > obj) override
 Returns a value indicating whether this instance is equal to a specified object. More...
 
int32_t GetHashCode () const override
 Returns the hash code of this instance. More...
 
System::String ToString () const override
 Overridden. Returns a string representation of this instance. More...
 

Static Public Member Functions

static System::SharedPtr< OleDocumentFormatget_MicrosoftOutlookMessage ()
 Microsoft outlook message format. More...
 
static System::SharedPtr< OleDocumentFormatget_AdobeAcrobatDocument ()
 Adobe PDF format. More...
 
static System::SharedPtr< OleDocumentFormatget_MicrosoftOfficeExcelWorksheet ()
 Microsoft office exccel format. More...
 
static System::SharedPtr< OleDocumentFormatget_MicrosoftOfficeWordDocument ()
 Microsoft office word format. More...
 
static System::SharedPtr< OleDocumentFormatget_MicrosoftPowerPointPresentation ()
 Microsoft power point format. More...
 
static System::SharedPtr< OleDocumentFormatget_Paintbrush ()
 Paintbrush type. More...
 
static System::SharedPtr< OleDocumentFormatget_MicrosoftPhotoEditor ()
 Microsoft Photo Editor type. More...
 
static System::SharedPtr< OleDocumentFormatget_PictureMetafile ()
 Picture(Metafile) type. More...
 
static System::SharedPtr< OleDocumentFormatget_Unknown ()
 Unknown type. More...
 

Friends

class Aspose::Email::Mapi::MapiMessage
 

Detailed Description

Represents the format for OLE document.

Constructor & Destructor Documentation

◆ OleDocumentFormat()

Aspose::Email::Mapi::OleDocumentFormat::OleDocumentFormat ( System::Guid  guid)

Initializes a new instance of the OleDocumentFormat class.

Parameters
guidThe guid of the ole document.

Member Function Documentation

◆ Equals()

bool Aspose::Email::Mapi::OleDocumentFormat::Equals ( System::SharedPtr< System::Object >  obj)
override

Returns a value indicating whether this instance is equal to a specified object.

Parameters
objThe object to compare with this instance.
Returns
true if o is a System.Guid that has the same value as this instance; otherwise, false.

◆ get_AdobeAcrobatDocument()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_AdobeAcrobatDocument ( )
static

Adobe PDF format.

◆ get_Guid()

System::Guid Aspose::Email::Mapi::OleDocumentFormat::get_Guid ( ) const

◆ get_MicrosoftOfficeExcelWorksheet()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_MicrosoftOfficeExcelWorksheet ( )
static

Microsoft office exccel format.

◆ get_MicrosoftOfficeWordDocument()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_MicrosoftOfficeWordDocument ( )
static

Microsoft office word format.

◆ get_MicrosoftOutlookMessage()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_MicrosoftOutlookMessage ( )
static

Microsoft outlook message format.

◆ get_MicrosoftPhotoEditor()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_MicrosoftPhotoEditor ( )
static

Microsoft Photo Editor type.

◆ get_MicrosoftPowerPointPresentation()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_MicrosoftPowerPointPresentation ( )
static

Microsoft power point format.

◆ get_Paintbrush()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_Paintbrush ( )
static

Paintbrush type.

◆ get_PictureMetafile()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_PictureMetafile ( )
static

Picture(Metafile) type.

◆ get_Unknown()

static System::SharedPtr<OleDocumentFormat> Aspose::Email::Mapi::OleDocumentFormat::get_Unknown ( )
static

Unknown type.

◆ GetHashCode()

int32_t Aspose::Email::Mapi::OleDocumentFormat::GetHashCode ( ) const
override

Returns the hash code of this instance.

Returns
The hash code for this instance.

◆ ToString()

System::String Aspose::Email::Mapi::OleDocumentFormat::ToString ( ) const
override

Overridden. Returns a string representation of this instance.

Returns
A string contains the mail addresse.

Friends And Related Function Documentation

◆ Aspose::Email::Mapi::MapiMessage

friend class Aspose::Email::Mapi::MapiMessage
friend