Struct windows::ApplicationModel::Email::EmailManager
pub struct EmailManager;
Implementations§
§impl EmailManager
impl EmailManager
pub fn ShowComposeNewEmailAsync<P0>(message: P0) -> Result<IAsyncAction>where
P0: Param<EmailMessage>,
pub fn RequestStoreAsync( accesstype: EmailStoreAccessType, ) -> Result<IAsyncOperation<EmailStore>>
pub fn GetForUser<P0>(user: P0) -> Result<EmailManagerForUser>where
P0: Param<User>,
Auto Trait Implementations§
impl Freeze for EmailManager
impl RefUnwindSafe for EmailManager
impl Send for EmailManager
impl Sync for EmailManager
impl Unpin for EmailManager
impl UnwindSafe for EmailManager
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