JAVA/CORBA クラス


getContentAsText メソッド

現在の MIME エンティティのコンテントをテキストで取得します。

メモ このメソッドは Release 6 で新しく追加されました。

定義が行われるクラス
MIMEEntity

構文
public void getContentAsText(Stream stream)
throws NotesException

public void getContentAsText(Stream stream, boolean decoded)
throws NotesException

パラメータ
Stream stream


boolean decoded
使用法
このメソッドは、ストリームの最後にストリームの Position を設定します。

使用法
MIME コンテントを String オブジェクトとして取得するには、ContentAsText プロパティを参照してください。

このメソッドの署名は、ContentAsText プロパティの署名と同じ名前になります。

クロスリファレンス
LotusScript NotesMIMEEntity クラスの GetContentAsText メソッド


関連項目