Removes the specified message from the collection.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function Remove ( _
	message As EwsMessageInfo _
) As Boolean
C#
public bool Remove(
	EwsMessageInfo message
)

Parameters

message
Type: Rebex.Net..::..EwsMessageInfo
The message to remove from the collection.

Return Value

True if message was successfully removed from the collection; false otherwise.

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also