Schedule.Remove method
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