MailMessageAttachments Property |
Namespace: MailBee.Mime
Although Attachments property itself is read-only, the collection it returns can be modified through its Add(Attachment), Clear, Remove(String), RemoveAt(Int32) and other methods.
The developer can iterate through this collection using foreach operator (For Each in Visual Basic), access individual attachments using ItemInt32 property, or use SaveAll(String) method to save all attachments into a folder with a single method call.