C# Class MailKit.Net.Imap.ImapResponseCode

Mostra file Open project: jstedfast/MailKit Class Usage Examples

Public Properties

Property Type Description
IsError bool
Message string
Type ImapResponseCodeType

Public Methods

Method Description
Create ( ImapResponseCodeType type ) : ImapResponseCode

Private Methods

Method Description
ImapResponseCode ( ImapResponseCodeType type, bool isError )

Method Details

Create() public static method

public static Create ( ImapResponseCodeType type ) : ImapResponseCode
type ImapResponseCodeType
return ImapResponseCode

Property Details

IsError public_oe property

public bool IsError
return bool

Message public_oe property

public string Message
return string

Type public_oe property

public ImapResponseCodeType Type
return ImapResponseCodeType