nMail.Smtp.SmtpAuthenticate C# (CSharp) Method

SmtpAuthenticate() private method

private SmtpAuthenticate ( IntPtr Socket, string HostName, string Id, string Pass, int Mode ) : int
Socket IntPtr
HostName string
Id string
Pass string
Mode int
return int
        protected static extern int SmtpAuthenticate(IntPtr Socket, string HostName, string Id, string Pass, int Mode);