Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Remove ( _
item As Object _
) As Boolean
'Usage
Dim instance As Schedule
Dim item As Object
Dim returnValue As Boolean
returnValue = instance.Remove(item)
public bool Remove(
Object item
)
Parameters
- item
Type: System.Object
Return value
Type: System.Boolean