ReferenceAttachmentOptions

ReferenceAttachmentOptions class

Represents configuration options for adding a reference attachment to a MAPI message.

The ReferenceAttachmentOptions type exposes the following members:

Constructors

NameDescription
ReferenceAttachmentOptions(shared_link, url, provider_name)Initializes a new instance of the ReferenceAttachmentOptions class

Properties

NameDescription
shared_linkGets or sets the shared link of the reference attachment.
This is the URL to the shared resource, such as a file on a cloud storage provider.
urlGets or sets the direct URL for accessing the reference attachment.
This may point to the specific resource within the provider’s interface.
provider_nameGets or sets the name of the provider for the reference attachment.
Examples include “GoogleDrive”, “OneDrive”, etc.
permission_typeGets or sets the permission type for the reference attachment.
Indicates the level of access granted.
The default value is AnyoneCanEdit.
original_permission_typeGets or sets the original permission type for the reference attachment.
Used to specify the original permission level before any modifications.
The default value is None.
is_folderGets or sets a value indicating whether the reference attachment is a folder.
The default value is false.
provider_endpoint_urlGets or sets the provider endpoint URL.
Typically used for specifying the base URL of the cloud provider API.
The default value is Empty.
preview_urlGets or sets the preview URL of the reference attachment.
This URL can be used to generate a preview of the resource, if supported by the provider.
The default value is Empty.
thumbnail_urlGets or sets the thumbnail URL of the reference attachment.
The URL points to a thumbnail image of the resource for visual representation.
The default value is Empty.

See Also