Question:
I have Chilkat Mime ActiveX version 9.4.1 installed
I am using Delphi 5
I am trying out the example program :
"Creat a Multipart-Mixed MIME Message"
when it gets to this line :
success := mime.AppendPart(textPart.ControlInterface);
the compiler says "Undeclared identifier : ControlInterface"
"textpart" is of type CHILKATMIMELib_TLB.IChilkatMime;
I am thinking I need to update my version of Chilkat Active X ?
I want to be careful in updating so I don't have problems with my existing programs that use Chilkat products.