LinkedResource Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateLinkedResourceFromString(String^)

Creates a LinkedResource object from a string to be included in an email attachment as an embedded resource. The default media type is plain text, and the default content type is ASCII.

System_CAPS_pubmethodSystem_CAPS_staticCreateLinkedResourceFromString(String^, ContentType^)

Creates a LinkedResource object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type as plain text.

System_CAPS_pubmethodSystem_CAPS_staticCreateLinkedResourceFromString(String^, Encoding^, String^)

Creates a LinkedResource object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type.

System_CAPS_pubmethodDispose()

Releases the resources used by the AttachmentBase. (Inherited from AttachmentBase.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the AttachmentBase and optionally releases the managed resources. (Inherited from AttachmentBase.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: