Archived Forum Post

Index of archived forum posts

Question:

Mime example program

Sep 04 '16 at 15:05

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.