RfcMailAddress Class

OpenPop.NET

OpenPop.NET POP3 Library Documentation

RfcMailAddress Class

This class is used for RFC compliant email addresses.

The class cannot be instantiated from outside the library.

For a list of all members of this type, see RfcMailAddress Members .

System.Object
   RfcMailAddress

public class RfcMailAddress

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The does not cover all the possible formats for RFC 5322 section 3.4 compliant email addresses. This class is used as an address wrapper to account for that deficiency.

Requirements

Namespace: OpenPop.Mime.Header

Assembly: OpenPop (in OpenPop.dll)

See Also

RfcMailAddress Members | OpenPop.Mime.Header Namespace | MailAddress