Click or drag to resize
MimeKit

MetadataOptionsLongEntries Property

Get the length of the longest metadata value.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public uint LongEntries { get; set; }

Property Value

UInt32
The length of the longest metadata value that exceeded the max size.
Remarks
If the MaxSize property is specified, once the GetMetadata() call returns, the LongEntries property will be set to the length of the longest metadata value that exceeded the MaxSize limit, otherwise a value of 0 will be set.
See Also