SmtpPermissionAttribute::Access Property

 

Gets or sets the level of access to SMTP servers controlled by the attribute.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property String^ Access {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String value. Valid values are "Connect" and "None".

If you specify an invalid value when setting this property, the CreatePermission method will throw an ArgumentException when called by the system.

.NET Framework
Available since 2.0
Return to top
Show: