Question : Signature in Outlook 2003

Hi,

One of the User called in and wanted us to setup E-Mail Signature in outlook 2003. We were able to setup but couldn't convert the E-Mail as a link. It displays as a normal Text in the signature. Do we need to install any Service Pack for Outlook? Please advice.

Answer : Signature in Outlook 2003

procedure TfmForm.FormCreate(Sender: TObject) ;
 begin
 ShowWindow(fmChildForm.Handle, SW_HIDE) ;
 SetWindowLong(fmChildForm.Handle, GWL_EXSTYLE, getWindowLong(fmChildForm.Handle, GWL_EXSTYLE) or WS_EX_TOOLWINDOW) ;
 ShowWindow(fmChildForm.Handle, SW_SHOW) ;
 end;
 
Random Solutions  
 
programming4us programming4us