Click or drag to resize

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.

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[KnownMetadataAttribute(IsEmailType = true)]
public const string WebReferenceAttachmentPath = "WebReferenceAttachmentPath"

Field Value

String
See Also