| MessageIdListItem Property |
Get or set the Message-Id at the specified index.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string this[
int index
] { get; set; }
Parameters
- index Int32
- The index.
Property Value
StringThe Message-Id at the specified index.
Implements
IListTItemInt32Exceptions Remarks
Gets or sets the Message-Id at the specified index.
See Also