LinkedResource
Contents
[
Hide
]LinkedResource (1 of 8)
Initializes a new instance of the LinkedResource class.
Returns: Aspose::Email::
LinkedResource(System::String fileName)
| Parameter | Description |
|---|---|
| fileName | The 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)
| Parameter | Description |
|---|---|
| fileName | The file name that holds the content for this resource. |
| mediaType | Internet 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)
| Parameter | Description |
|---|---|
| fileName | The file name that holds the content for this resource. |
| contentType | The 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)
| Parameter | Description |
|---|---|
| contentStream | A 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)
| Parameter | Description |
|---|---|
| contentStream | A stream that contains the content for this resource. |
| mediaType | Internet 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)
| Parameter | Description |
|---|---|
| contentStream | A stream that contains the content for this resource. |
| contentType | The 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)
| Parameter | Description |
|---|---|
| part | An linked resource mime part |