Apparently, it's a programming thing, and since I am self-taught, I do not know all the correct terminology for everything. The hint was great, thank you... but the personal attack was not.
Originally Posted by mikebell90
|
mesheree wrote:
> I don't understand "cast".
> Attempting to force the object to be an "Attachment" resulted in a Type
> Mismatch error. Please advise.
>
> mikebell90;1880026 Wrote:
>> mesheree wrote:
>>> When I use VBA to read Messages from my GroupWise 7 Calendar, they
>> seem
>>> to only have the properties of standard Message objects.
>>> How do I gain access to a Message object's Appointment-specific
>>> properties?
>>>
>>> Thanks!
>>> Sheree
>>>
>>>
>> I would assume you cast it to an Appointment.
>
>
You really need to study more about VBA - it isn't our responsibility to
advise.
However, if I recall correctly, and it's been about 10 years you can dim
an object as a Variant and then do stuff to convert it into another
object. None of this discussion really belongs here.
|