IMailboxExtension.UpdateMailboxAsync Method (IMailbox, EventHandler<MailboxExtensionEventArgs<Boolean>>)
Asynchronously updates the extension properties for a user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void UpdateMailboxAsync(
IMailbox mailbox,
EventHandler<MailboxExtensionEventArgs<bool>> handler
)
void UpdateMailboxAsync(
IMailbox^ mailbox,
EventHandler<MailboxExtensionEventArgs<bool>^>^ handler
)
Sub UpdateMailboxAsync (
mailbox As IMailbox,
handler As EventHandler(Of MailboxExtensionEventArgs(Of Boolean))
)
Parameters
mailbox
Type: Microsoft.WindowsServerSolutions.Common.IMailboxThe extension properties for a particular user.
handler
Type: System.EventHandler<MailboxExtensionEventArgs<Boolean>>A reference to an EventHandler<TEventArgs> of event data type MailboxExtensionEventArgs<TResult> of result type Boolean.
See Also
IMailboxExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top