H
Howard Kaikow
I'm converting some C# to VB .NET.
In an example that uses Outlook, I find the following C# statement:
Outlook.AppointmentItem appointment =
(Outlook.AppointmentItem)outlook.CreateItem(
Outlook.OlItemType.olAppointmentItem);
I do not understand how to convert the (Outlook.AppointmentIem) portion of
the statement.
In an example that uses Outlook, I find the following C# statement:
Outlook.AppointmentItem appointment =
(Outlook.AppointmentItem)outlook.CreateItem(
Outlook.OlItemType.olAppointmentItem);
I do not understand how to convert the (Outlook.AppointmentIem) portion of
the statement.