GetMessageCount
Contents
[
Hide
]
Pop3Client.GetMessageCount method (1 of 4)
Gets the message count
public int GetMessageCount(IConnection connection, bool closeTransaction)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
Return Value
message count
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageCount method (2 of 4)
Gets the message count
public int GetMessageCount()
Return Value
message count
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageCount method (3 of 4)
Gets the message count
public int GetMessageCount(bool closeTransaction)
Parameter | Type | Description |
---|---|---|
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
Return Value
message count
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageCount method (4 of 4)
Gets the message count
public int GetMessageCount(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
message count
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email