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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add CreateFolder operation #26

wants to merge 1 commit into from

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:

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