Class SmtpHelper
- Namespace
- SunamoShared.Helpers
- Assembly
- SunamoShared.dll
Provides helper methods for SMTP-related operations.
public class SmtpHelper
- Inheritance
-
SmtpHelper
- Inherited Members
- Extension Methods
Methods
ParsePort(string)
Parses a string into an SMTP port number.
public static int ParsePort(string text)
Parameters
textstringThe text to parse as port number.