LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Locate the $FILE to a richtext attachment object?

Locate the $FILE to a richtext attachment object? (by Frank Assmann, 09/06/2005 08:51:48 AM)

Hi.

I'm new to the Ls2Capi forum and have some questions about attachment handling

as richtext object and the $FILE item as content holder.

Is it possible to locate an EmbeddedObject element in LotusScript from a

richtext item and find the corresponding $FILE item? Is there something like

a pointer from one to another?

My problem is that the EmbeddedObject has only the "displayname" of the file

but not the "internal name". The $FILE object has the internal name but not

the display name of the richext attachment.

And it is not possible to make a "casting" from the embeddedobject to the

$file item...

I want to locate every $FILE item, that is a real attachment (no OLE) and

want to locate the corresponding attachment in the richtext item with its

display name to bring them together.

Has anyone experiences with that?

Thanks for your help...