What interface need to be implemented for attachments?

T

tomer

Hi,
The following is an excerpt from MSDN


"objAttachments.Add(Source, [Type], [Position], [DisplayName])

objAttachments Required. An expression that returns an Attachments
collection object.

Source Required Variant. ........or item that constitutes the attachment.

"

So i wonder what interface should the object need to implements in order
that it can be passed as the first parameter?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top