共用方式為


SCommentRestriction

適用於:Outlook 2013 |Outlook 2016

描述批註限制,用來標註限制。

屬性
標頭檔:
Mapidefs.h
typedef struct _SCommentRestriction
{
  ULONG          cValues;
  LPSRestriction lpRes;
  LPSPropValue   lpProp;
} SCommentRestriction;

成員

cValues

lpProp 成員所指向陣列中的屬性值計數。

lpRes

SRestriction 結構的指標。

lpProp

SPropValue 結構陣列的指標,每個結構都包含具名屬性的屬性標記和值。

註解

SCommentRestriction 結構會將物件與一組具名屬性產生關聯。 批注限制與其他限制不同,因為不會評估這些限制。 也就是說, IMAPITable::Restrict 方法會忽略它們。 在進行 IMAPITable::Restrict 呼叫之後,IMAPITable::QueryRows 方法傳回的數據列沒有任何作用。

SCommentRestriction 結構可用來將應用程式特定資訊儲存在磁碟上時受到限制。 例如,儲存屬性限制中所使用之具名屬性名稱的用戶端可以在 SCommentRestriction 結構中執行此動作。 無法在屬性限制中儲存屬性名稱,因為相關聯 的 SPropertyRestriction 結構只保留屬性標記。

如需 SCommentRestriction 結構和限制的一般詳細資訊,請參閱 關於限制

另請參閱

SPropValue

SRestriction

SPropertyRestriction

MAPI 結構