バージョン

SelectAppointment メソッド (MonthViewSingleRecordReplayServer)

予定を選択します。
シンタックス
'宣言
 
Public Sub SelectAppointment( _
   ByVal OwnerName As System.String, _
   ByVal AppointmentSubject As System.String, _
   ByVal StartDate As System.String, _
   ByVal EndDate As System.String _
) 
public void SelectAppointment( 
   System.string OwnerName,
   System.string AppointmentSubject,
   System.string StartDate,
   System.string EndDate
)

パラメータ

OwnerName
予定のオーナーの名前
AppointmentSubject
予定の件名
StartDate
文字列として渡される、予定の開始日
EndDate
文字列として渡される、予定の終了日
解説

OwnerName は、予定のグループ化が使用されていない場合、"[Unassigned]" または "" に設定できます。

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照