Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
<ObsoleteAttribute("MailEncryptionParameters.Silent has been deprecated and has no effect.",  _
	False)> _
Public Property Silent As Boolean
	Get
	Set
C#
[ObsoleteAttribute("MailEncryptionParameters.Silent has been deprecated and has no effect.", 
	false)]
public bool Silent { get; set; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also