MailKit Documentation
MailKit Documentation
API Reference
MimeKit
AttachmentCollection Class
AttachmentCollection Methods
Add Method
AddAsync Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
Attachment
Collection
Get
Enumerator Method
Get an enumerator for the list of attachments.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
IEnumerator
<
MimeEntity
>
GetEnumerator
()
Return Value
IEnumerator
MimeEntity
The enumerator.
Implements
IEnumerable
T
GetEnumerator
Remarks
Gets an enumerator for the list of attachments.
See Also
Reference
AttachmentCollection Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast