LinkedResource Constructor

 

Initializes a new instance of LinkedResource.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodLinkedResource(Stream^)

Initializes a new instance of LinkedResource using the supplied Stream.

System_CAPS_pubmethodLinkedResource(Stream^, ContentType^)

Initializes a new instance of LinkedResource with the values supplied by Stream and ContentType.

System_CAPS_pubmethodLinkedResource(Stream^, String^)

Initializes a new instance of LinkedResource with the specified Stream and media type.

System_CAPS_pubmethodLinkedResource(String^)

Initializes a new instance of LinkedResource using the specified file name.

System_CAPS_pubmethodLinkedResource(String^, ContentType^)

Initializes a new instance of LinkedResource with the specified file name and content type.

System_CAPS_pubmethodLinkedResource(String^, String^)

Initializes a new instance of LinkedResource with the specified file name and media type.

Return to top
Show: