CertificateCollectionAdd Method
Adds the specified certificate to the collection.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Add(
	Certificate cert
)

Parameters

cert
Type: MailBee.SecurityCertificate
The certificate that should be added to the collection.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptioncert is a null reference (Nothing in Visual Basic).
See Also