MailKit Documentation
MailKit Documentation
API Reference
MailKit
IMailFolder Interface
IMailFolder Properties
AcceptedFlags Property
AcceptedKeywords Property
Access Property
AnnotationAccess Property
AnnotationScopes Property
AppendLimit Property
Attributes Property
Count Property
DirectorySeparator Property
Exists Property
FirstUnread Property
FullName Property
HighestModSeq Property
Id Property
IsNamespace Property
IsOpen Property
IsSubscribed Property
MaxAnnotationSize Property
Name Property
ParentFolder Property
PermanentFlags Property
PermanentKeywords Property
Recent Property
Size Property
SyncRoot Property
ThreadingAlgorithms Property
UidNext Property
UidValidity Property
Unread Property
IMail
Folder
Size Property
Get the size of the folder.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
ulong
?
Size
{
get
; }
Property Value
Nullable
UInt64
The size.
Remarks
Gets the size of the folder in bytes.
Note
If the value is not set, then the size is unspecified.
See Also
Reference
IMailFolder Interface
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast