ItemId.Implicit(String to ItemId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an implicit conversion between string and ItemId.
public:
static operator Microsoft::Exchange::WebServices::Data::ItemId ^(System::String ^ uniqueId);
public static implicit operator Microsoft.Exchange.WebServices.Data.ItemId (string uniqueId);
Public Shared Widening Operator CType (uniqueId As String) As ItemId
Parameters
- uniqueId
- String
The unique Id to convert to ItemId.
Returns
An ItemId initialized with the specified unique Id.