Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CreateFolder operation #26

Merged
merged 5 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into create-folder
leftmostcat committed Nov 21, 2024
commit c05bea930ec9044d8202d7cc3a6728ebcbe63ff7
2 changes: 2 additions & 0 deletions src/types/common.rs
Original file line number Diff line number Diff line change
@@ -527,8 +527,10 @@ pub struct Message {
pub categories: Option<Vec<StringElement>>,

// Extended MAPI properties of the message.
#[xml_struct(ns_prefix = "t")]
pub extended_property: Option<Vec<ExtendedProperty>>,

#[xml_struct(ns_prefix = "t")]
pub importance: Option<Importance>,

#[xml_struct(ns_prefix = "t")]
You are viewing a condensed version of this merge commit. You can view the full changes here.