C# 클래스 MailKit.MetadataTag

A metadata tag.
A metadata tag.
파일 보기 프로젝트 열기: jstedfast/MailKit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PrivateComment MetadataTag
PrivateSpecialUse MetadataTag
SharedAdmin MetadataTag
SharedComment MetadataTag

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current MailKit.MetadataTag.

Determines whether the specified System.Object is equal to the current MailKit.MetadataTag.

GetHashCode ( ) : int

Serves as a hash function for a MailKit.MetadataTag object.

Serves as a hash function for a MailKit.MetadataTag object.

MetadataTag ( string id ) : System

Initializes a new instance of the MailKit.MetadataTag struct.

Creates a new MetadataTag.

ToString ( ) : string

Returns a System.String that represents the current MailKit.MetadataTag.

Returns a System.String that represents the current MailKit.MetadataTag.

비공개 메소드들

메소드 설명
Create ( string id ) : MetadataTag

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object is equal to the current MailKit.MetadataTag.
Determines whether the specified System.Object is equal to the current MailKit.MetadataTag.
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a MailKit.MetadataTag object.
Serves as a hash function for a MailKit.MetadataTag object.
public GetHashCode ( ) : int
리턴 int

MetadataTag() 공개 메소드

Initializes a new instance of the MailKit.MetadataTag struct.
Creates a new MetadataTag.
/// is null. /// /// is an empty string. ///
public MetadataTag ( string id ) : System
id string The metadata tag identifier.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current MailKit.MetadataTag.
Returns a System.String that represents the current MailKit.MetadataTag.
public ToString ( ) : string
리턴 string

프로퍼티 상세

PrivateComment 공개적으로 정적으로 프로퍼티

Indicates a private comment.
Used to get or set a private comment on a IMailFolder.
public static MetadataTag,MailKit PrivateComment
리턴 MetadataTag

PrivateSpecialUse 공개적으로 정적으로 프로퍼티

Indicates a method for specifying the special use for a particular folder.
Used to get or set the special use of a IMailFolder.
public static MetadataTag,MailKit PrivateSpecialUse
리턴 MetadataTag

SharedAdmin 공개적으로 정적으로 프로퍼티

Indicates a method for contacting the server administrator.
Used to get the contact information of the administrator on a IMailStore.
public static MetadataTag,MailKit SharedAdmin
리턴 MetadataTag

SharedComment 공개적으로 정적으로 프로퍼티

Indicates a shared comment.
Used to get or set a shared comment on a IMailStore or IMailFolder.
public static MetadataTag,MailKit SharedComment
리턴 MetadataTag