Struct windows::ApplicationModel::Email::EmailMailboxCapabilities
pub struct EmailMailboxCapabilities(/* private fields */);
Implementations§
§impl EmailMailboxCapabilities
impl EmailMailboxCapabilities
pub fn CanForwardMeetings(&self) -> Result<bool>
pub fn CanGetAndSetExternalAutoReplies(&self) -> Result<bool>
pub fn CanGetAndSetInternalAutoReplies(&self) -> Result<bool>
pub fn CanUpdateMeetingResponses(&self) -> Result<bool>
pub fn CanServerSearchFolders(&self) -> Result<bool>
pub fn CanServerSearchMailbox(&self) -> Result<bool>
pub fn CanProposeNewTimeForMeetings(&self) -> Result<bool>
pub fn CanSmartSend(&self) -> Result<bool>
pub fn CanResolveRecipients(&self) -> Result<bool>
pub fn CanValidateCertificates(&self) -> Result<bool>
pub fn CanEmptyFolder(&self) -> Result<bool>
pub fn CanCreateFolder(&self) -> Result<bool>
pub fn CanDeleteFolder(&self) -> Result<bool>
pub fn CanMoveFolder(&self) -> Result<bool>
pub fn SetCanForwardMeetings(&self, value: bool) -> Result<()>
pub fn SetCanGetAndSetExternalAutoReplies(&self, value: bool) -> Result<()>
pub fn SetCanGetAndSetInternalAutoReplies(&self, value: bool) -> Result<()>
pub fn SetCanUpdateMeetingResponses(&self, value: bool) -> Result<()>
pub fn SetCanServerSearchFolders(&self, value: bool) -> Result<()>
pub fn SetCanServerSearchMailbox(&self, value: bool) -> Result<()>
pub fn SetCanProposeNewTimeForMeetings(&self, value: bool) -> Result<()>
pub fn SetCanSmartSend(&self, value: bool) -> Result<()>
pub fn SetCanResolveRecipients(&self, value: bool) -> Result<()>
pub fn SetCanValidateCertificates(&self, value: bool) -> Result<()>
pub fn SetCanEmptyFolder(&self, value: bool) -> Result<()>
pub fn SetCanCreateFolder(&self, value: bool) -> Result<()>
pub fn SetCanDeleteFolder(&self, value: bool) -> Result<()>
pub fn SetCanMoveFolder(&self, value: bool) -> Result<()>
Trait Implementations§
§impl CanInto<IInspectable> for EmailMailboxCapabilities
impl CanInto<IInspectable> for EmailMailboxCapabilities
§impl CanInto<IUnknown> for EmailMailboxCapabilities
impl CanInto<IUnknown> for EmailMailboxCapabilities
§impl Clone for EmailMailboxCapabilities
impl Clone for EmailMailboxCapabilities
§fn clone(&self) -> EmailMailboxCapabilities
fn clone(&self) -> EmailMailboxCapabilities
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for EmailMailboxCapabilities
impl Debug for EmailMailboxCapabilities
§impl From<&EmailMailboxCapabilities> for &IInspectable
impl From<&EmailMailboxCapabilities> for &IInspectable
§fn from(value: &EmailMailboxCapabilities) -> Self
fn from(value: &EmailMailboxCapabilities) -> Self
Converts to this type from the input type.
§impl From<&EmailMailboxCapabilities> for &IUnknown
impl From<&EmailMailboxCapabilities> for &IUnknown
§fn from(value: &EmailMailboxCapabilities) -> Self
fn from(value: &EmailMailboxCapabilities) -> Self
Converts to this type from the input type.
§impl From<EmailMailboxCapabilities> for IInspectable
impl From<EmailMailboxCapabilities> for IInspectable
§fn from(value: EmailMailboxCapabilities) -> Self
fn from(value: EmailMailboxCapabilities) -> Self
Converts to this type from the input type.
§impl From<EmailMailboxCapabilities> for IUnknown
impl From<EmailMailboxCapabilities> for IUnknown
§fn from(value: EmailMailboxCapabilities) -> Self
fn from(value: EmailMailboxCapabilities) -> Self
Converts to this type from the input type.
§impl Interface for EmailMailboxCapabilities
impl Interface for EmailMailboxCapabilities
§const IID: GUID = <IEmailMailboxCapabilities as windows_core::Interface>::IID
const IID: GUID = <IEmailMailboxCapabilities as windows_core::Interface>::IID
The
GUID
associated with the interface.§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for EmailMailboxCapabilities
impl PartialEq for EmailMailboxCapabilities
§fn eq(&self, other: &EmailMailboxCapabilities) -> bool
fn eq(&self, other: &EmailMailboxCapabilities) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EmailMailboxCapabilities
impl Send for EmailMailboxCapabilities
impl StructuralPartialEq for EmailMailboxCapabilities
impl Sync for EmailMailboxCapabilities
Auto Trait Implementations§
impl Freeze for EmailMailboxCapabilities
impl RefUnwindSafe for EmailMailboxCapabilities
impl Unpin for EmailMailboxCapabilities
impl UnwindSafe for EmailMailboxCapabilities
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)