MailKit Documentation
MailKit Documentation
API Reference
MailKit
ModSeqChangedEventArgs Class
ModSeqChangedEventArgs Constructor
ModSeqChangedEventArgs(Int32, UInt64) Constructor
ModSeqChangedEventArgs(Int32, UniqueId, UInt64) Constructor
Mod
Seq
Changed
Event
Args(Int
32, UInt
64) Constructor
Initializes a new instance of the
MessageFlagsChangedEventArgs
class.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
ModSeqChangedEventArgs
(
int
index
,
ulong
modseq
)
Parameters
index
Int32
The message index.
modseq
UInt64
The modification sequence value.
Remarks
Creates a new
MessageFlagsChangedEventArgs
.
See Also
Reference
ModSeqChangedEventArgs Class
ModSeqChangedEventArgs Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast