EwsEwsItemsToItemIds Method |
Creates the list of
ItemId objects from the collection of
EwsItem objects.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static List<ItemId> EwsItemsToItemIds(
IEnumerable<EwsItem> items
)
Public Shared Function EwsItemsToItemIds (
items As IEnumerable(Of EwsItem)
) As List(Of ItemId)
Parameters
- items
- Type: System.Collections.GenericIEnumerableEwsItem
The collection from which to create the list of EwsItem objects.
Return Value
Type:
ListItemIdThe list of
EwsItem objects.
Exceptions Remarks See Also