MailBee.NET Objects 4.0

HostResolvedEventHandler Delegate

Represents the method that will handle HostResolved events (such as Smtp.HostResolved, Pop3.HostResolved or Imap.HostResolved).

public delegate void HostResolvedEventHandler(
   object sender,
   HostResolvedEventArgs e
);

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee Namespace