ExchangeMessageInfoCollection.ExchangeMessageInfoCollection

ExchangeMessageInfoCollection()

Initializes a new instance of the ExchangeMessageInfoCollection class that is empty.

public ExchangeMessageInfoCollection()

See Also


ExchangeMessageInfoCollection(IEnumerable<ExchangeMessageInfo>)

Initializes a new instance of the ExchangeMessageInfoCollection class

public ExchangeMessageInfoCollection(IEnumerable<ExchangeMessageInfo> messageInfoEn)
ParameterTypeDescription
messageInfoEnIEnumerable`1initial value

See Also