Skip to content

Commit

Permalink
Remove DeleteType from delete_item.rs since it lives in common.rs now
Browse files Browse the repository at this point in the history
  • Loading branch information
hellsworth committed Dec 4, 2024
1 parent 4232926 commit d55b3e2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/types/delete_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ use crate::{
BaseItemId, Operation, OperationResponse, ResponseClass, ResponseCode, MESSAGES_NS_URI,
};

/// The manner in which the item or items are deleted.
///
/// See <https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/deleteitem#deletetype-attribute>
#[derive(Debug, XmlSerialize)]
#[xml_struct(text)]
pub enum DeleteType {
HardDelete,
SoftDelete,
MoveToDeletedItems,
}

/// Whether to send meeting cancellations when deleting a calendar item.
///
Expand Down

0 comments on commit d55b3e2

Please sign in to comment.