Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

SendEmail メソッドの生成

SendEmail メソッドが取る引数は、Email アドレスと送信メッセージ・テキストです。Cinema.UtilsOpens in a new tab クラスで定義されるメソッド・シグニチャは、以下のようになります。

—Utils.SendEmail—
Utils.SendEmail
Class Cinema.Utils Extends ()  {
// ...

ClassMethod SendEmail(Address As %String, MessageText As %String)
{
    // implementation...
}
}
FeedbackOpens in a new tab