This documentation is archived and is not being maintained.

LinkedResource Members

Represents an embedded external resource in an email attachment, such as an image in an HTML attachment.

The LinkedResource type exposes the following members.

  NameDescription
Public method LinkedResource Overloaded. Initializes a new instance of LinkedResource.
Top

  NameDescription
Public method Static member CreateLinkedResourceFromString Overloaded. Creates a LinkedResource object from the content stored in a String.
Public method Dispose Overloaded. Releases the resources used by the AttachmentBase.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property ContentId Gets or sets the MIME content ID for this attachment. (Inherited from AttachmentBase.)
Public property ContentLink Gets or sets a URI that the resource must match.
Public property ContentStream Gets the content stream of this attachment. (Inherited from AttachmentBase.)
Public property ContentType Gets the content type of this attachment. (Inherited from AttachmentBase.)
Public property TransferEncoding Gets or sets the encoding of this attachment. (Inherited from AttachmentBase.)
Top
Show: