LinkedResource Class

Definition

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
LinkedResource

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.