SendMailJobCollectionCount Property
Gets the number of elements contained in the collection.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int Count { get; }

Property Value

Type: Int32
The number of elements contained in the collection.

Implements

ICollectionCount
See Also