API Reference
Class
EmailStoreTableRow
One projected row from a Store table query.
Inheritance
- Object
- EmailStoreTableRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailStoreTablePage.Rows
Methods
public T Get<T>(EmailStoreField<T> field) #Returns:
TGets a projected value with compile-time typing.
Type Parameters
- T
Parameters
- field OfficeIMO.Email.Store.EmailStoreField{``0}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStoreItemReference Reference { get; } #Stable reference that can be passed to selective read APIs.
public EmailStoreItemSummary Summary { get; } #Lightweight summary used to evaluate this row.
public IReadOnlyList<EmailStoreField> Fields { get; } #Projected fields in column order.
public IReadOnlyList<Object> Values { get; } #Projected values in column order.
public Object this[EmailStoreField field] { get; } #Gets a projected value by canonical field.
Parameters
- arg1 OfficeIMO.Email.Store.EmailStoreField