Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Mail.MailAddressParser Class Reference

Static Package Functions

static bool TryParseAddress (string data, out ParseAddressInfo parsedAddress, bool throwExceptionIfFail)
 
static List< MailAddressParseMultipleAddresses (string data)
 
static bool TryNormalizeOrThrow (string input, [NotNullWhen(true)] out string normalizedString, bool throwExceptionIfFail)
 

Static Private Member Functions

static bool TryParseAddress (string data, bool expectMultipleAddresses, ref int index, out ParseAddressInfo parseAddressInfo, bool throwExceptionIfFail)
 
static bool TryReadCfwsAndThrowIfIncomplete (string data, int index, out int outIndex, bool throwExceptionIfFail)
 
static bool TryParseDomain (string data, ref int index, [NotNullWhen(true)] out string domain, bool throwExceptionIfFail)
 
static bool TryParseLocalPart (string data, ref int index, bool expectAngleBracket, bool expectMultipleAddresses, [NotNullWhen(true)] out string localPart, bool throwExceptionIfFail)
 
static bool TryParseDisplayName (string data, ref int index, bool expectMultipleAddresses, [NotNullWhen(true)] out string displayName, bool throwExceptionIfFail)
 

Detailed Description

Definition at line 8 of file MailAddressParser.cs.


The documentation for this class was generated from the following file: