summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Email/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Email/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Email/mod.rs476
1 files changed, 0 insertions, 476 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Email/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Email/mod.rs
deleted file mode 100644
index 51e5993e9..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Email/mod.rs
+++ /dev/null
@@ -1,476 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "ApplicationModel_Email_DataProvider")]
-pub mod DataProvider;
-#[link(name = "windows")]
-extern "system" {}
-pub type EmailAttachment = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailAttachmentDownloadState(pub i32);
-impl EmailAttachmentDownloadState {
- pub const NotDownloaded: Self = Self(0i32);
- pub const Downloading: Self = Self(1i32);
- pub const Downloaded: Self = Self(2i32);
- pub const Failed: Self = Self(3i32);
-}
-impl ::core::marker::Copy for EmailAttachmentDownloadState {}
-impl ::core::clone::Clone for EmailAttachmentDownloadState {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailBatchStatus(pub i32);
-impl EmailBatchStatus {
- pub const Success: Self = Self(0i32);
- pub const ServerSearchSyncManagerError: Self = Self(1i32);
- pub const ServerSearchUnknownError: Self = Self(2i32);
-}
-impl ::core::marker::Copy for EmailBatchStatus {}
-impl ::core::clone::Clone for EmailBatchStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailCertificateValidationStatus(pub i32);
-impl EmailCertificateValidationStatus {
- pub const Success: Self = Self(0i32);
- pub const NoMatch: Self = Self(1i32);
- pub const InvalidUsage: Self = Self(2i32);
- pub const InvalidCertificate: Self = Self(3i32);
- pub const Revoked: Self = Self(4i32);
- pub const ChainRevoked: Self = Self(5i32);
- pub const RevocationServerFailure: Self = Self(6i32);
- pub const Expired: Self = Self(7i32);
- pub const Untrusted: Self = Self(8i32);
- pub const ServerError: Self = Self(9i32);
- pub const UnknownFailure: Self = Self(10i32);
-}
-impl ::core::marker::Copy for EmailCertificateValidationStatus {}
-impl ::core::clone::Clone for EmailCertificateValidationStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailConversation = *mut ::core::ffi::c_void;
-pub type EmailConversationBatch = *mut ::core::ffi::c_void;
-pub type EmailConversationReader = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailFlagState(pub i32);
-impl EmailFlagState {
- pub const Unflagged: Self = Self(0i32);
- pub const Flagged: Self = Self(1i32);
- pub const Completed: Self = Self(2i32);
- pub const Cleared: Self = Self(3i32);
-}
-impl ::core::marker::Copy for EmailFlagState {}
-impl ::core::clone::Clone for EmailFlagState {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailFolder = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailImportance(pub i32);
-impl EmailImportance {
- pub const Normal: Self = Self(0i32);
- pub const High: Self = Self(1i32);
- pub const Low: Self = Self(2i32);
-}
-impl ::core::marker::Copy for EmailImportance {}
-impl ::core::clone::Clone for EmailImportance {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailIrmInfo = *mut ::core::ffi::c_void;
-pub type EmailIrmTemplate = *mut ::core::ffi::c_void;
-pub type EmailItemCounts = *mut ::core::ffi::c_void;
-pub type EmailMailbox = *mut ::core::ffi::c_void;
-pub type EmailMailboxAction = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMailboxActionKind(pub i32);
-impl EmailMailboxActionKind {
- pub const MarkMessageAsSeen: Self = Self(0i32);
- pub const MarkMessageRead: Self = Self(1i32);
- pub const ChangeMessageFlagState: Self = Self(2i32);
- pub const MoveMessage: Self = Self(3i32);
- pub const SaveDraft: Self = Self(4i32);
- pub const SendMessage: Self = Self(5i32);
- pub const CreateResponseReplyMessage: Self = Self(6i32);
- pub const CreateResponseReplyAllMessage: Self = Self(7i32);
- pub const CreateResponseForwardMessage: Self = Self(8i32);
- pub const MoveFolder: Self = Self(9i32);
- pub const MarkFolderForSyncEnabled: Self = Self(10i32);
-}
-impl ::core::marker::Copy for EmailMailboxActionKind {}
-impl ::core::clone::Clone for EmailMailboxActionKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation(pub i32);
-impl EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation {
- pub const None: Self = Self(0i32);
- pub const StrongAlgorithm: Self = Self(1i32);
- pub const AnyAlgorithm: Self = Self(2i32);
-}
-impl ::core::marker::Copy for EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation {}
-impl ::core::clone::Clone for EmailMailboxAllowedSmimeEncryptionAlgorithmNegotiation {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailMailboxAutoReply = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMailboxAutoReplyMessageResponseKind(pub i32);
-impl EmailMailboxAutoReplyMessageResponseKind {
- pub const Html: Self = Self(0i32);
- pub const PlainText: Self = Self(1i32);
-}
-impl ::core::marker::Copy for EmailMailboxAutoReplyMessageResponseKind {}
-impl ::core::clone::Clone for EmailMailboxAutoReplyMessageResponseKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailMailboxAutoReplySettings = *mut ::core::ffi::c_void;
-pub type EmailMailboxCapabilities = *mut ::core::ffi::c_void;
-pub type EmailMailboxChange = *mut ::core::ffi::c_void;
-pub type EmailMailboxChangeReader = *mut ::core::ffi::c_void;
-pub type EmailMailboxChangeTracker = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMailboxChangeType(pub i32);
-impl EmailMailboxChangeType {
- pub const MessageCreated: Self = Self(0i32);
- pub const MessageModified: Self = Self(1i32);
- pub const MessageDeleted: Self = Self(2i32);
- pub const FolderCreated: Self = Self(3i32);
- pub const FolderModified: Self = Self(4i32);
- pub const FolderDeleted: Self = Self(5i32);
- pub const ChangeTrackingLost: Self = Self(6i32);
-}
-impl ::core::marker::Copy for EmailMailboxChangeType {}
-impl ::core::clone::Clone for EmailMailboxChangeType {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailMailboxChangedDeferral = *mut ::core::ffi::c_void;
-pub type EmailMailboxChangedEventArgs = *mut ::core::ffi::c_void;
-pub type EmailMailboxCreateFolderResult = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMailboxCreateFolderStatus(pub i32);
-impl EmailMailboxCreateFolderStatus {
- pub const Success: Self = Self(0i32);
- pub const NetworkError: Self = Self(1i32);
- pub const PermissionsError: Self = Self(2i32);
- pub const ServerError: Self = Self(3i32);
- pub const UnknownFailure: Self = Self(4i32);
- pub const NameCollision: Self = Self(5i32);
- pub const ServerRejected: Self = Self(6i32);
-}
-impl ::core::marker::Copy for EmailMailboxCreateFolderStatus {}
-impl ::core::clone::Clone for EmailMailboxCreateFolderStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMailboxDeleteFolderStatus(pub i32);
-impl EmailMailboxDeleteFolderStatus {
- pub const Success: Self = Self(0i32);
- pub const NetworkError: Self = Self(1i32);
- pub const PermissionsError: Self = Self(2i32);
- pub const ServerError: Self = Self(3i32);
- pub const UnknownFailure: Self = Self(4i32);
- pub const CouldNotDeleteEverything: Self = Self(5i32);
-}
-impl ::core::marker::Copy for EmailMailboxDeleteFolderStatus {}
-impl ::core::clone::Clone for EmailMailboxDeleteFolderStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMailboxEmptyFolderStatus(pub i32);
-impl EmailMailboxEmptyFolderStatus {
- pub const Success: Self = Self(0i32);
- pub const NetworkError: Self = Self(1i32);
- pub const PermissionsError: Self = Self(2i32);
- pub const ServerError: Self = Self(3i32);
- pub const UnknownFailure: Self = Self(4i32);
- pub const CouldNotDeleteEverything: Self = Self(5i32);
-}
-impl ::core::marker::Copy for EmailMailboxEmptyFolderStatus {}
-impl ::core::clone::Clone for EmailMailboxEmptyFolderStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMailboxOtherAppReadAccess(pub i32);
-impl EmailMailboxOtherAppReadAccess {
- pub const SystemOnly: Self = Self(0i32);
- pub const Full: Self = Self(1i32);
- pub const None: Self = Self(2i32);
-}
-impl ::core::marker::Copy for EmailMailboxOtherAppReadAccess {}
-impl ::core::clone::Clone for EmailMailboxOtherAppReadAccess {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMailboxOtherAppWriteAccess(pub i32);
-impl EmailMailboxOtherAppWriteAccess {
- pub const None: Self = Self(0i32);
- pub const Limited: Self = Self(1i32);
-}
-impl ::core::marker::Copy for EmailMailboxOtherAppWriteAccess {}
-impl ::core::clone::Clone for EmailMailboxOtherAppWriteAccess {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailMailboxPolicies = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMailboxSmimeEncryptionAlgorithm(pub i32);
-impl EmailMailboxSmimeEncryptionAlgorithm {
- pub const Any: Self = Self(0i32);
- pub const TripleDes: Self = Self(1i32);
- pub const Des: Self = Self(2i32);
- pub const RC2128Bit: Self = Self(3i32);
- pub const RC264Bit: Self = Self(4i32);
- pub const RC240Bit: Self = Self(5i32);
-}
-impl ::core::marker::Copy for EmailMailboxSmimeEncryptionAlgorithm {}
-impl ::core::clone::Clone for EmailMailboxSmimeEncryptionAlgorithm {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMailboxSmimeSigningAlgorithm(pub i32);
-impl EmailMailboxSmimeSigningAlgorithm {
- pub const Any: Self = Self(0i32);
- pub const Sha1: Self = Self(1i32);
- pub const MD5: Self = Self(2i32);
-}
-impl ::core::marker::Copy for EmailMailboxSmimeSigningAlgorithm {}
-impl ::core::clone::Clone for EmailMailboxSmimeSigningAlgorithm {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailMailboxSyncManager = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMailboxSyncStatus(pub i32);
-impl EmailMailboxSyncStatus {
- pub const Idle: Self = Self(0i32);
- pub const Syncing: Self = Self(1i32);
- pub const UpToDate: Self = Self(2i32);
- pub const AuthenticationError: Self = Self(3i32);
- pub const PolicyError: Self = Self(4i32);
- pub const UnknownError: Self = Self(5i32);
- pub const ManualAccountRemovalRequired: Self = Self(6i32);
-}
-impl ::core::marker::Copy for EmailMailboxSyncStatus {}
-impl ::core::clone::Clone for EmailMailboxSyncStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailManagerForUser = *mut ::core::ffi::c_void;
-pub type EmailMeetingInfo = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMeetingResponseType(pub i32);
-impl EmailMeetingResponseType {
- pub const Accept: Self = Self(0i32);
- pub const Decline: Self = Self(1i32);
- pub const Tentative: Self = Self(2i32);
-}
-impl ::core::marker::Copy for EmailMeetingResponseType {}
-impl ::core::clone::Clone for EmailMeetingResponseType {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailMessage = *mut ::core::ffi::c_void;
-pub type EmailMessageBatch = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMessageBodyKind(pub i32);
-impl EmailMessageBodyKind {
- pub const Html: Self = Self(0i32);
- pub const PlainText: Self = Self(1i32);
-}
-impl ::core::marker::Copy for EmailMessageBodyKind {}
-impl ::core::clone::Clone for EmailMessageBodyKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMessageDownloadState(pub i32);
-impl EmailMessageDownloadState {
- pub const PartiallyDownloaded: Self = Self(0i32);
- pub const Downloading: Self = Self(1i32);
- pub const Downloaded: Self = Self(2i32);
- pub const Failed: Self = Self(3i32);
-}
-impl ::core::marker::Copy for EmailMessageDownloadState {}
-impl ::core::clone::Clone for EmailMessageDownloadState {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailMessageReader = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailMessageResponseKind(pub i32);
-impl EmailMessageResponseKind {
- pub const None: Self = Self(0i32);
- pub const Reply: Self = Self(1i32);
- pub const ReplyAll: Self = Self(2i32);
- pub const Forward: Self = Self(3i32);
-}
-impl ::core::marker::Copy for EmailMessageResponseKind {}
-impl ::core::clone::Clone for EmailMessageResponseKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailMessageSmimeKind(pub i32);
-impl EmailMessageSmimeKind {
- pub const None: Self = Self(0i32);
- pub const ClearSigned: Self = Self(1i32);
- pub const OpaqueSigned: Self = Self(2i32);
- pub const Encrypted: Self = Self(3i32);
-}
-impl ::core::marker::Copy for EmailMessageSmimeKind {}
-impl ::core::clone::Clone for EmailMessageSmimeKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailQueryKind(pub i32);
-impl EmailQueryKind {
- pub const All: Self = Self(0i32);
- pub const Important: Self = Self(1i32);
- pub const Flagged: Self = Self(2i32);
- pub const Unread: Self = Self(3i32);
- pub const Read: Self = Self(4i32);
- pub const Unseen: Self = Self(5i32);
-}
-impl ::core::marker::Copy for EmailQueryKind {}
-impl ::core::clone::Clone for EmailQueryKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailQueryOptions = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailQuerySearchFields(pub u32);
-impl EmailQuerySearchFields {
- pub const None: Self = Self(0u32);
- pub const Subject: Self = Self(1u32);
- pub const Sender: Self = Self(2u32);
- pub const Preview: Self = Self(4u32);
- pub const Recipients: Self = Self(8u32);
- pub const All: Self = Self(4294967295u32);
-}
-impl ::core::marker::Copy for EmailQuerySearchFields {}
-impl ::core::clone::Clone for EmailQuerySearchFields {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailQuerySearchScope(pub i32);
-impl EmailQuerySearchScope {
- pub const Local: Self = Self(0i32);
- pub const Server: Self = Self(1i32);
-}
-impl ::core::marker::Copy for EmailQuerySearchScope {}
-impl ::core::clone::Clone for EmailQuerySearchScope {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailQuerySortDirection(pub i32);
-impl EmailQuerySortDirection {
- pub const Descending: Self = Self(0i32);
- pub const Ascending: Self = Self(1i32);
-}
-impl ::core::marker::Copy for EmailQuerySortDirection {}
-impl ::core::clone::Clone for EmailQuerySortDirection {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailQuerySortProperty(pub i32);
-impl EmailQuerySortProperty {
- pub const Date: Self = Self(0i32);
-}
-impl ::core::marker::Copy for EmailQuerySortProperty {}
-impl ::core::clone::Clone for EmailQuerySortProperty {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailQueryTextSearch = *mut ::core::ffi::c_void;
-pub type EmailRecipient = *mut ::core::ffi::c_void;
-pub type EmailRecipientResolutionResult = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailRecipientResolutionStatus(pub i32);
-impl EmailRecipientResolutionStatus {
- pub const Success: Self = Self(0i32);
- pub const RecipientNotFound: Self = Self(1i32);
- pub const AmbiguousRecipient: Self = Self(2i32);
- pub const NoCertificate: Self = Self(3i32);
- pub const CertificateRequestLimitReached: Self = Self(4i32);
- pub const CannotResolveDistributionList: Self = Self(5i32);
- pub const ServerError: Self = Self(6i32);
- pub const UnknownFailure: Self = Self(7i32);
-}
-impl ::core::marker::Copy for EmailRecipientResolutionStatus {}
-impl ::core::clone::Clone for EmailRecipientResolutionStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct EmailSpecialFolderKind(pub i32);
-impl EmailSpecialFolderKind {
- pub const None: Self = Self(0i32);
- pub const Root: Self = Self(1i32);
- pub const Inbox: Self = Self(2i32);
- pub const Outbox: Self = Self(3i32);
- pub const Drafts: Self = Self(4i32);
- pub const DeletedItems: Self = Self(5i32);
- pub const Sent: Self = Self(6i32);
-}
-impl ::core::marker::Copy for EmailSpecialFolderKind {}
-impl ::core::clone::Clone for EmailSpecialFolderKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailStore = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct EmailStoreAccessType(pub i32);
-impl EmailStoreAccessType {
- pub const AppMailboxesReadWrite: Self = Self(0i32);
- pub const AllMailboxesLimitedReadWrite: Self = Self(1i32);
-}
-impl ::core::marker::Copy for EmailStoreAccessType {}
-impl ::core::clone::Clone for EmailStoreAccessType {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type EmailStoreNotificationTriggerDetails = *mut ::core::ffi::c_void;