Skip to content

GetInboxCardOptionsIncludeAttachments

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

Specifies whether attachments should be included when retrieving cards from the inbox.

Values

Value Description
True Include all attachments associated with the cards.
False Exclude attachments from the cards.
Cover Include only attachments that are used as covers for the cards.

Usage

This enum is utilized in methods such as GetCardsInInboxAsync and within the GetInboxCardOptions class.

Clone this wiki locally