ImapMessageInfoCollection.Remove

ImapMessageInfoCollection.Remove method

Remove specifed ImapMessageInfo object from this collection.

public bool Remove(ImapMessageInfo item)
ParameterTypeDescription
itemImapMessageInfoThe ImapMessageInfo object to be remove.

Return Value

False if this collection doesn’t contains specified object.True if removed successfully.

See Also