ODBC Driver for Microsoft Exchange

Build 23.0.8839

Calendar_RequiredAttendees

The required attendees for a particular event. An ItemId must be specified when querying this view.

テーブル固有の情報

挿入ステートメント

INSERT 操作を実行する場合は、EmailAddress およびItemId を指定する必要があります。また、SendMeetingInvitations というプロパティで、必要な出席者を挿入したときに誰に通知するかを決定できます。

INSERT INTO Calendar_RequiredAttendees (EmailAddress, ItemId, SendMeetingInvitations) VALUES ('johndoe@example.com', 'itemid', 'SendOnlyToChanged')

Columns

Name Type ReadOnly Description
EmailAddress [KEY] String False

ItemId String False

Name String False

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
ImpersonationUser String

The Identifier of the user to impersonate.

ImpersonationType String

The type of Identifier used for the impersonation user (PrincipalName, SID, PrimarySmtpAddress, SmtpAddress).

SendMeetingInvitations String

The allowed values are SendToNone, SendOnlyToAll, SendOnlyToChanged and SendToAllAndSaveCopy. The default is SendToNone.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839