Class ExchangeMessageInfoCollection

ExchangeMessageInfoCollection class

Represents a collection of ExchangeMessageInfo objects.

public class ExchangeMessageInfoCollection : Collection<ExchangeMessageInfo>

Constructors

NameDescription
ExchangeMessageInfoCollection()Initializes a new instance of the ExchangeMessageInfoCollection class that is empty.
ExchangeMessageInfoCollection(IEnumerable<ExchangeMessageInfo>)Initializes a new instance of the ExchangeMessageInfoCollection class

See Also