SendMailJobCollectionCount Property |
Gets the number of elements contained in the collection.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32The number of elements contained in the collection.
Implements
ICollectionCount
See Also