  | DomainListItem Property | 
            Get or set the domain at the specified index.
            
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic string this[
	int index
] { get; set; }Parameters
- index  Int32
 - The index.
 
Property Value
StringThe domain at the specified index.
Implements
IListTItemInt32
Exceptions
Remarks
            Gets or sets the domain at the specified index.
            
See Also