EwsItem Constructor (String) |
Creates a new
EwsItem from the specified unique ID.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EwsItem(
string uniqueId
)
Public Sub New (
uniqueId As String
)
Parameters
- uniqueId
- Type: SystemString
Item's string ID. Null reference (Nothing in Visual Basic) not allowed.
Remarks See Also