LinkedResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an embedded external resource in an email attachment, such as an image in an HTML attachment.
public ref class LinkedResource : System::Net::Mail::AttachmentBase
public class LinkedResource : System.Net.Mail.AttachmentBase
type LinkedResource = class
inherit AttachmentBase
Public Class LinkedResource
Inherits AttachmentBase
- Inheritance
Constructors
| Name | Description |
|---|---|
| LinkedResource(Stream, ContentType) |
Initializes a new instance of LinkedResource with the values supplied by Stream and ContentType. |
| LinkedResource(Stream, String) |
Initializes a new instance of LinkedResource with the specified Stream and media type. |
| LinkedResource(Stream) |
Initializes a new instance of LinkedResource using the supplied Stream. |
| LinkedResource(String, ContentType) |
Initializes a new instance of LinkedResource with the specified file name and content type. |