ComponentPro UltimateBounceInspector

      LinkedResource Class Members

      See AlsoPropertyMethodMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      The following tables list the members exposed by LinkedResource.

      Public Constructors

      NameDescription
      Public ConstructorsLinkedResource ConstructorOverloaded. Initializes a new empty instance of a LinkedResource.
      Top

      Public Properties

      NameDescription
      Public PropertiesCharsetGets the charset (Encoding) of the content of this attachment. (Inherited from AttachmentBase)
      Public PropertiesContentDescriptionGets or sets the content description of this attachment. (Inherited from AttachmentBase)
      Public PropertiesContentDispositionGets the content disposition of this attachment. (Inherited from AttachmentBase)
      Public PropertiesContentIdentifierGets or sets the content ID of this attachment. (Inherited from AttachmentBase)
      Public PropertiesContentLocationGets or sets the absolute or relative URI of this message part. (Inherited from AttachmentBase)
      Public PropertiesContentStringGets the content string of this attachment. (Inherited from AttachmentBase)
      Public PropertiesContentTypeGets the content type of this attachment. (Inherited from AttachmentBase)
      Public PropertiesFileNameGets the suggested file name of this attachment.
      Public PropertiesMediaTypeGets the media type of this attachment. (Inherited from AttachmentBase)
      Public PropertiesOptionsGets or sets verious options for MIME parser and writer. (Inherited from AttachmentBase)
      Public PropertiesTransferEncodingGets or sets the TransferEncoding of the content of this attachment. (Inherited from AttachmentBase)
      Top

      Public Methods

      NameDescription
      Public MethodsGetContentLengthGets the length of the attachment. (Inherited from AttachmentBase)
      Public MethodsGetContentStreamReturns the read-only stream representing a content of this attachment. (Inherited from AttachmentBase)
      Public MethodsSaveWrites the content of the attachment or view into a supplied file. (Inherited from AttachmentBase)
      Public MethodsSetContentOverloaded. Sets the content of this resource to data read from the specified stream and sets media type.
      Public MethodsSetContentFromFileSets the content of this resource to data read from the specified file and sets media type.
      Public MethodsToMimeEntityConverts this instance to a MimeEntity. (Inherited from AttachmentBase)
      Top

      See Also