AttachmentBase クラス

定義

電子メールの添付ファイルを表す基本クラス。 AttachmentAlternateViewLinkedResource の各クラスは、このクラスから派生します。

public ref class AttachmentBase abstract : IDisposable
public abstract class AttachmentBase : IDisposable
type AttachmentBase = class
    interface IDisposable
Public MustInherit Class AttachmentBase
Implements IDisposable
継承
AttachmentBase
派生
実装

コンストラクター

AttachmentBase(Stream)

指定した AttachmentBase を使用して Stream をインスタンス化します。

AttachmentBase(Stream, ContentType)

指定した Stream および ContentType を使用して、AttachmentBase をインスタンス化します。

AttachmentBase(Stream, String)

指定した AttachmentBase およびメディア タイプを使用して、Stream をインスタンス化します。

AttachmentBase(String)

指定したファイル名を使用して、AttachmentBase をインスタンス化します。

AttachmentBase(String, ContentType)

指定したファイル名およびコンテンツ タイプを使用して、AttachmentBase をインスタンス化します。

AttachmentBase(String, String)

指定したファイル名およびメディア タイプを使用して、AttachmentBase をインスタンス化します。

プロパティ

ContentId

この添付ファイルの MIME コンテンツ ID を取得または設定します。

ContentStream

この添付ファイルのコンテンツ ストリームを取得します。

ContentType

この添付ファイルのコンテンツ タイプを取得します。

TransferEncoding

この添付ファイルのエンコーディングを取得または設定します。

メソッド

Dispose()

AttachmentBase で使用したリソースを解放します。

Dispose(Boolean)

AttachmentBase によって使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象