Share via


IMailboxExtension.CreateMailboxAsync Method (IMailbox, EventHandler<MailboxExtensionEventArgs<Boolean>>)

 

Asynchronously creates the extension properties for a user.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

void CreateMailboxAsync(
    IMailbox mailbox,
    EventHandler<MailboxExtensionEventArgs<bool>> handler
)
void CreateMailboxAsync(
    IMailbox^ mailbox,
    EventHandler<MailboxExtensionEventArgs<bool>^>^ handler
)
Sub CreateMailboxAsync (
    mailbox As IMailbox,
    handler As EventHandler(Of MailboxExtensionEventArgs(Of Boolean))
)

Parameters

See Also

IMailboxExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top