Click or drag to resize
MimeKit

MetadataOptionsMaxSize Property

Get or set the max size of the metadata tags to request.

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

Property Value

NullableUInt32
The size of the max.
Remarks
When specified, the MaxSize property is used to filter the metadata tags returned by the GetMetadata() call to only those with a value shorter than the max size specified.
See Also