Platform SDK: CDO for Windows 2000

pickupfilename Field

The file name that housed the submitted message if it was delivered using the local SMTP pickup directory.

Full Name

http://schemas.microsoft.com/cdo/smtpenvelope/pickupfilename

OLE DB Type

DBTYPE_WSTR

Read-Only

Variant SubType

[Visual Basic] String

[C++] BSTR

Read-Only

Remarks

If the message arrived in the SMTP service pickup directory (rather than through the SMTP protocol), this field returns the file name of the message as it appeared in the pickup directory when it arrived. This field is not present in the message's EnvelopeFields collection if the message arrived through the SMTP protocol.

Example

C:\mypickupdir\filename.eml

See Also

IMessage.EnvelopeFields Property

SMTP/NNTP Transport Event Sinks with CDO