| MetadataOptionsLongEntries Property |
Get the length of the longest metadata value.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public uint LongEntries { get; set; }
Property Value
UInt32The 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