FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Email.FillFrom
ホーム • Customization Tools • FCAS • Language Reference • Email.FillFrom
 
Purpose
Fills a message with all field data from a supplied server file.
Syntax
Message.FillFrom (ServerFile)


ServerFile
The name of the server file that will be the source of data for the message.

Example
Dim msg as EMail
Dim sf as ServerFile
' Note: The FCAS gateway must have Core Services on the Desktop as well as monitoring privileges.
sf.OpenFile ("Core Services\Server Monitor", fcRead)
msg.to = FCUserName
msg.subject = "From a server file"
msg.FormID = 7900
msg.FillFrom (sf)
msg.Send

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<