KnownStringMetadataFieldsWebReferenceAttachmentPath Field

Outlook email object has an attachment(s) that are by web API reference only (see also KnownBooleanMetadataFields.HasWebReferenceAttachment), 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 WebReferenceAttachmentPath = "WebReferenceAttachmentPath"

Field Value

String

See Also