Home
Up
Attachment types

 

 

Attachments tab

The Attachments tab controls how attachments are processed. It allows you to control if attachments are detached or not, specify text that is placed before and after each attachment, and determine which attachment. The text can consist of multiple lines.

Include attachments after email body

Each attachment will be detached and included with the email when this box is checked.

Run custom Word macro before text extraction

If you need to run a custom Word macro before ResumePipe extracts the document text, fill in the name of a Word macro in this field (otherwise leave it blank). This is used for custom processing such as moving the document's first header text down into the main body (sometimes job applicants put their contact details in the header, and this makes it accessible to ResumePipe). You MUST ensure that the Word macro is saved inside Normal.Dot (the normal template), otherwise it will not be available for ResumePipe to run.

Assuming you had recorded a Word macro to uppercase a document -

Sub forceUpper()
  Selection.WholeStory
  Selection.Range.Case = wdUpperCase
End Sub

You would write forceUpper in the field in order to run this macro i.e. without trailing brackets.

Attachment types...

Clicking this button allows you to customize how attachments are processed.

Attachment header

This field determines the header text to place at the top of each attachment. Macros can be placed in the field to insert email- and attachment-specific information.

Attachment footer

This field determines the footer text to place at the bottom of each attachment. Macros can be placed in the field to insert email- and attachment-specific information.

 

 

 Contact Us   |  Support   |  User Forums   |   DataMystic Newsletter
 © 2001-2006 DataMystic. All rights reserved.