Share via


IMailboxExtension.DeleteMailboxAsync Method (String, EventHandler<MailboxExtensionEventArgs<Boolean>>)

 

Asynchronously deletes the extension properties for a user.

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

Syntax

void DeleteMailboxAsync(
    string userName,
    EventHandler<MailboxExtensionEventArgs<bool>> handler
)
void DeleteMailboxAsync(
    String^ userName,
    EventHandler<MailboxExtensionEventArgs<bool>^>^ handler
)
Sub DeleteMailboxAsync (
    userName As String,
    handler As EventHandler(Of MailboxExtensionEventArgs(Of Boolean))
)

Parameters

  • userName
    Type: System.String

    The name of the mailbox user account to delete.

See Also

IMailboxExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top