ImapServerStatusEventHandler Delegate
Represents the method that will handle ServerStatus event.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public delegate void ImapServerStatusEventHandler(
	Object sender,
	ImapServerStatusEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: MailBee.ImapMailImapServerStatusEventArgs
See Also