Outlook 2003: new Task-Form

  • Thread starter Thread starter Oskar Vaia
  • Start date Start date
O

Oskar Vaia

Hi,

i have created a new task-form in Outlook 2003.
Into it i have inserted a MEMO-field. Is it possible to insert a link to a
pdf-document or the pdf-document in this field?

Regards

Oskar
 
I'm not sure what you mean by a memo field in this context. Outlook does not
support a memo data type for custom fields.

You can add a link to an item by using the Attachments.Add method and
specifying olByReference (4) as the attachment type.
 
Back
Top