LinkedResource

LinkedResource (1 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource(System::String fileName)
ParameterDescription
fileNameThe file name that holds the content for this resource.

LinkedResource (2 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource(System::String fileName, System::String mediaType)
ParameterDescription
fileNameThe file name that holds the content for this resource.
mediaTypeInternet media type.

LinkedResource (3 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource(System::String fileName, System::SharedPtr < Aspose::Email::Mime::ContentType > contentType)
ParameterDescription
fileNameThe file name that holds the content for this resource.
contentTypeThe type of content.

LinkedResource (4 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource(System::SharedPtr < System::IO::Stream > contentStream)
ParameterDescription
contentStreamA stream that contains the content for this resource.

LinkedResource (5 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource(System::SharedPtr < System::IO::Stream > contentStream, System::String mediaType)
ParameterDescription
contentStreamA stream that contains the content for this resource.
mediaTypeInternet media type.

LinkedResource (6 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource(System::SharedPtr < System::IO::Stream > contentStream, System::SharedPtr < Aspose::Email::Mime::ContentType > contentType)
ParameterDescription
contentStreamA stream that contains the content for this resource.
contentTypeThe type of content.

LinkedResource (7 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource()

LinkedResource (8 of 8)

Initializes a new instance of the LinkedResource class.

Returns: Aspose::Email::

LinkedResource(System::SharedPtr < Aspose::Email::Mime::MimePart > part)
ParameterDescription
partAn linked resource mime part