This documentation is archived and is not being maintained.
LinkedResource Members
Visual Studio 2008
Represents an embedded external resource in an email attachment, such as an image in an HTML attachment.
The LinkedResource type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateLinkedResourceFromString | Overloaded. Creates a LinkedResource object from the content stored in a String. |
|
Dispose | Overloaded. Releases the resources used by the AttachmentBase. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ContentId | Gets or sets the MIME content ID for this attachment. (Inherited from AttachmentBase.) |
|
ContentLink | Gets or sets a URI that the resource must match. |
|
ContentStream | Gets the content stream of this attachment. (Inherited from AttachmentBase.) |
|
ContentType | Gets the content type of this attachment. (Inherited from AttachmentBase.) |
|
TransferEncoding | Gets or sets the encoding of this attachment. (Inherited from AttachmentBase.) |
Show: