| MetadataOptionsMaxSize Property |
Get or set the max size of the metadata tags to request.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public uint? MaxSize { get; set; }
Property Value
NullableUInt32The 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