Aspose::Email::ResourceHtmlRenderingEventArgs Class Reference

Represents additional parameters for ResourceHtmlRendering event. More...

Inherits EventArgs.

Public Member Functions

System::String get_PathToResourceFile () const
 Path to resource file. More...
 
void set_PathToResourceFile (System::String value)
 Path to resource file. More...
 
System::String get_Caption () const
 Caprion for resource. More...
 
void set_Caption (System::String value)
 Caprion for resource. More...
 
System::SharedPtr< System::IO::Stream > get_ResourceStream () const
 Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect. More...
 
void set_ResourceStream (System::SharedPtr< System::IO::Stream > value)
 Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect. More...
 
System::Exception get_Exception () const
 Rendering exception. More...
 
void set_Exception (System::Exception value)
 Rendering exception. More...
 
 ResourceHtmlRenderingEventArgs ()
 

Detailed Description

Represents additional parameters for ResourceHtmlRendering event.

Constructor & Destructor Documentation

◆ ResourceHtmlRenderingEventArgs()

Aspose::Email::ResourceHtmlRenderingEventArgs::ResourceHtmlRenderingEventArgs ( )

Member Function Documentation

◆ get_Caption()

System::String Aspose::Email::ResourceHtmlRenderingEventArgs::get_Caption ( ) const

Caprion for resource.

◆ get_Exception()

System::Exception Aspose::Email::ResourceHtmlRenderingEventArgs::get_Exception ( ) const

Rendering exception.

◆ get_PathToResourceFile()

System::String Aspose::Email::ResourceHtmlRenderingEventArgs::get_PathToResourceFile ( ) const

Path to resource file.

◆ get_ResourceStream()

System::SharedPtr<System::IO::Stream> Aspose::Email::ResourceHtmlRenderingEventArgs::get_ResourceStream ( ) const

Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect.

◆ set_Caption()

void Aspose::Email::ResourceHtmlRenderingEventArgs::set_Caption ( System::String  value)

Caprion for resource.

◆ set_Exception()

void Aspose::Email::ResourceHtmlRenderingEventArgs::set_Exception ( System::Exception  value)

Rendering exception.

◆ set_PathToResourceFile()

void Aspose::Email::ResourceHtmlRenderingEventArgs::set_PathToResourceFile ( System::String  value)

Path to resource file.

◆ set_ResourceStream()

void Aspose::Email::ResourceHtmlRenderingEventArgs::set_ResourceStream ( System::SharedPtr< System::IO::Stream >  value)

Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect.