SmtpPermission.IsUnrestricted Method ()

 

Returns a value indicating whether the current permission is unrestricted.

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

Public Function IsUnrestricted As Boolean

Return Value

Type: System.Boolean

true if the current permission is unrestricted; otherwise, false.

An unrestricted permission has full access to all resources controlled by the permission instance.

The following example creates a permission object and displays its state.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: