UIDLManager.FindLocalFile Method


Searches specified UIDLItem by local file name.

[Visual Basic 6.0]
Public Function FindLocalFile( FileName As String _
) As UIDLItem
[Visual C++]
public: FindLocalFile(BSTR FileName, 
UIDLItem **pVal);

Parameters

FileName
The associated file name to find.

Return Value

The UIDLItem instance that is found.

Remarks

When you call AddUIDL method, you can put any string to FileName parameter. Then you can use this value to find the UIDLItem that you added.

See Also

MailInfo.UIDL Property

Online Tutorials

Using UIDL Function to Mark the Email has been downloaded/read in VB6 - Tutorial
Using UIDL Function to Mark the Email has been downloaded/read in Delphi - Tutorial
Using UIDL Function to Mark the Email has been downloaded/read VC++ - Tutorial