私はEWAを使用してVB.NETでいくつかの予定を作成しました。正常に動作します。今、私は予定(日付またはトピック)を編集したいと思います。
すべての予約について、予約から予約IDを拡張プロパティに保存しました
' Create a definition for the extended property.
Dim extendedPropertyDefinition As New EWS.ExtendedPropertyDefinition(EWS.DefaultExtendedPropertySet.Appointment, EWS.MapiPropertyType.String)
' Add the extended property to an e-mail message object named "appointment".
appointment.SetExtendedProperty(extendedPropertyDefinition, buchungId)
たとえば、正しいbookingidで予定を選択し、トピックを編集するにはどうすればよいですか?