MIME エンティティに関連付けられたヘッダーを返します。
public MIMEHeader getNthHeader(String headerName)
throws NotesException
public MIMEHeader getNthHeader(String headerName, int instance)
throws NotesException
String headerName
ヘッダーの名前です。
int instance
ヘッダーのインスタンスです。1 が最初のヘッダーを示します。 デフォルトは 1 です。
同じ名前の複数のヘッダーが、最後に書き込まれた順序で存在します。
MIMEHeader
MIME ヘッダーまたは null を返します。