C# Class MailKit.Net.Imap.ImapResponseCode

Show 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 property

public bool IsError
return bool

Message public property

public string Message
return string

Type public property

public ImapResponseCodeType Type
return ImapResponseCodeType