SecureBlackbox 2020 .NET Edition

Questions / Feedback?

BeforeAuth Event

Fires before the authentication starts.

Syntax

public event OnBeforeAuthHandler OnBeforeAuth;

public delegate void OnBeforeAuthHandler(object sender, SmtpclientBeforeAuthEventArgs e);

public class SmtpclientBeforeAuthEventArgs : EventArgs {
}
Public Event OnBeforeAuth As OnBeforeAuthHandler

Public Delegate Sub OnBeforeAuthHandler(sender As Object, e As SmtpclientBeforeAuthEventArgs)

Public Class SmtpclientBeforeAuthEventArgs Inherits EventArgs
End Class

Remarks

The component fires this event when it has established the TCP connection and is ready to proceed to the user authentication step.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]