GetDate Method

Get message's date.

[Syntax]
C++: HRESULT GetDate( BSTR* pVal )
Visual Basic: GetDate() As String
C#: string GetDate()

Return Value

This method returns message's date.

Usage Example

[JScript]
var oMsg = new ActiveXObject("ANPOP.POPMSG");
if( oMsg.ImportFile( "c:\\test.eml" ) == 0 )
{
   WScript.Echo( oMsg.GetDate());
}

See Also

GetHeaderItem Method


2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.