FaxPort.CanModify property
The CanModify property is a Boolean value that indicates whether the user has permission to modify configuration information for the fax port.
This property is read-only.
Syntax
Property CanModify As String
Property value
A String that receives whether configuration information can be modified for the fax port. If this parameter is equal to TRUE, the user can modify the configuration for the fax port.
Remarks
To ensure that the client has permission to modify the specified fax port, a fax client application can call the CanModify property before calling any method that begins with IFaxPort::put_. For more information, see Fax Device Management.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also