MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueIdRange Class
UniqueIdRange Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
TryParse Method
Unique
Id
Range
Insert Method
Inserts the specified unique identifier at the given index.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Insert
(
int
index
,
UniqueId
uid
)
Parameters
index
Int32
The index to insert the unique id.
uid
UniqueId
The unique id.
Implements
IList
T
Insert(Int32, T)
Exceptions
Exception
Condition
NotSupportedException
The list does not support inserting items.
Remarks
Inserts the unique identifier at the specified index in the range.
See Also
Reference
UniqueIdRange Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast