C# Класс MailKit.MetadataTag

A metadata tag.
A metadata tag.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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