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

Add CreateFolder operation #26

merged 5 commits into from
Dec 2, 2024

Conversation

leftmostcat
Copy link
Collaborator

Add the CreateFolder operation and accompanying structures and adjust existing types to account.

},

/// A contacts folder in a mailbox.
///
/// See <https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/contactsfolder>
#[serde(rename_all = "PascalCase")]
ContactsFolder {
folder_id: FolderId,
folder_id: Option<FolderId>,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much like with Message, this now needs to be optional to account for the fact that we don't provide an ID when creating a folder.

Copy link
Collaborator

@tobypilling tobypilling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks great - thanks! :shipit:

@leftmostcat leftmostcat merged commit 88e472f into main Dec 2, 2024
2 checks passed
@leftmostcat leftmostcat deleted the create-folder branch December 2, 2024 17:24
hellsworth pushed a commit to hellsworth/ews-rs that referenced this pull request Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants