Click or drag to resize
MimeKit

Pop3Language Class

A POP3 language.
Inheritance Hierarchy
SystemObject
  MailKit.Net.Pop3Pop3Language

Namespace: MailKit.Net.Pop3
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class Pop3Language

The Pop3Language type exposes the following members.

Properties
 NameDescription
Public propertyDescription Get the description.
Public propertyLanguage Get the language code.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
A POP3 language.
See Also