Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackGameLib::Email Property

Retrieves the e-mail address of the author.

Syntax:

HRESULT get_Email(
   BSTR *p
);

Parameters:

p
Address of a string variable that receives the author's e-mail address.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

Supporting this property is optional; return E_NOTIMPL to specify no e-mail address.

  February 24, 2002 jmhoersc@mtu.edu