public class ExchangeMessageInfoCollection extends com.aspose.ms.System.Collections.ObjectModel.Collection<ExchangeMessageInfo>
Represents a collection of ExchangeMessageInfo objects.
Constructor and Description |
---|
ExchangeMessageInfoCollection()
Initializes a new instance of the ExchangeMessageInfoCollection class that is empty.
|
ExchangeMessageInfoCollection(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ExchangeMessageInfo> messageInfoEn)
Initializes a new instance of the ExchangeMessageInfoCollection class
|
Modifier and Type | Method and Description |
---|---|
Integer |
getLastItemOffset()
Deprecated.
|
boolean |
getLastPage()
Deprecated.
|
Integer |
getTotalCount()
Deprecated.
|
public ExchangeMessageInfoCollection()
Initializes a new instance of the ExchangeMessageInfoCollection class that is empty.
public ExchangeMessageInfoCollection(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ExchangeMessageInfo> messageInfoEn)
Initializes a new instance of the ExchangeMessageInfoCollection class
messageInfoEn
- initial value@Deprecated public Integer getLastItemOffset()
Gets offset in view of last item in list Uses for operations with paging.
Integer
object.@Deprecated public boolean getLastPage()
Indicates whether current page is last page in view. Uses for operations with paging.
@Deprecated public Integer getTotalCount()
Gets total count of items in view Uses for operations with paging.
Integer
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.