wodPop3 ActiveX Control - ContentName Property
      
 

Description
Returns name of the content, if specified.

Property type

A String value.  


Syntax

object.ContentName



The ContentName Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Pop3Msg.

Remarks

ContentName property will extract and return name or filename of the content, if provided in the Content-Type header. For example, if header like this is found:

Content-Type: application/octet-stream;
    name="problem.zip"
 

then ContentName would contain 'problem.zip' value.