LinkedResource.LinkedResource
Contents
[
Hide
]LinkedResource(string)
Initializes a new instance of the LinkedResource
class.
public LinkedResource(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The file name that holds the content for this resource. |
See Also
- class LinkedResource
- namespace Aspose.Email
- assembly Aspose.Email
LinkedResource(string, string)
Initializes a new instance of the LinkedResource
class.
public LinkedResource(string fileName, string mediaType)
Parameter | Type | Description |
---|---|---|
fileName | String | The file name that holds the content for this resource. |
mediaType | String | Internet media type. |
See Also
- class LinkedResource
- namespace Aspose.Email
- assembly Aspose.Email
LinkedResource(string, ContentType)
Initializes a new instance of the LinkedResource
class.
public LinkedResource(string fileName, ContentType contentType)
Parameter | Type | Description |
---|---|---|
fileName | String | The file name that holds the content for this resource. |
contentType | ContentType | The type of content. |
See Also
- class ContentType
- class LinkedResource
- namespace Aspose.Email
- assembly Aspose.Email
LinkedResource(Stream)
Initializes a new instance of the LinkedResource
class.
public LinkedResource(Stream contentStream)
Parameter | Type | Description |
---|---|---|
contentStream | Stream | A stream that contains the content for this resource. |
See Also
- class LinkedResource
- namespace Aspose.Email
- assembly Aspose.Email
LinkedResource(Stream, string)
Initializes a new instance of the LinkedResource
class.
public LinkedResource(Stream contentStream, string mediaType)
Parameter | Type | Description |
---|---|---|
contentStream | Stream | A stream that contains the content for this resource. |
mediaType | String | Internet media type. |
See Also
- class LinkedResource
- namespace Aspose.Email
- assembly Aspose.Email
LinkedResource(Stream, ContentType)
Initializes a new instance of the LinkedResource
class.
public LinkedResource(Stream contentStream, ContentType contentType)
Parameter | Type | Description |
---|---|---|
contentStream | Stream | A stream that contains the content for this resource. |
contentType | ContentType | The type of content. |
See Also
- class ContentType
- class LinkedResource
- namespace Aspose.Email
- assembly Aspose.Email