KnownBooleanMetadataFieldsHasWebReferenceAttachment Field

Outlook email object has an attachment that is by web API reference only (i.e., the attachment data must be retrieved by web API and is not directly part of message object).

Definition

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[KnownMetadataAttribute(IsEmailType = true)]
public const string HasWebReferenceAttachment = "HasWebReferenceAttachment"

Field Value

String

See Also