EmailEmbeddedObjectCollection

EmailEmbeddedObjectCollection class

Represents a collection of embedded objects in an email message.

public class EmailEmbeddedObjectCollection : RemoveOnlyListBase<EmailEmbeddedObject>

Properties

Name Description
virtual Count { get; } Gets the number of elements contained in the collection.
override IsReadOnly { get; } Gets a value indicating whether the collection is read-only.
virtual Item { get; } Gets the element at the specified index in the collection.

Methods

Name Description
Add(byte[], string) Adds an embedded resource to the EmailContent.
Clear()
virtual Contains(EmailEmbeddedObject)
virtual GetEnumerator()
virtual IndexOf(EmailEmbeddedObject)
Remove(EmailEmbeddedObject)
RemoveAt(int)

Remarks

This collection contains the items of EmailEmbeddedObject type.

See Also