Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the MailboxExtensionEventArgs<TResult> class.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)
Syntax
public MailboxExtensionEventArgs(
    TResult result,
    MailboxExtensionException error
)
public:
MailboxExtensionEventArgs(
    TResult result,
    MailboxExtensionException^ error
)
Public Sub New (
    result As TResult,
    error As MailboxExtensionException
)
Parameters
- result 
 Type: TResult- The result that is returned by the event handler. 
- error 
 Type: Microsoft.WindowsServerSolutions.Common.MailboxExtensionException- A reference to the exception that represents a mailbox extension error that occurred during the asynchronous operation. 
See Also
MailboxExtensionEventArgs<TResult> Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top