NetXP 3.0 Reference
Mapi.Read Method
Reads a message with the specified ID.
[Visual Basic]
Public Function Read( _
ByVal
id
As
String
, _
ByRef
aat
As
MailAttach()
_
) As
String
[C#]
public
string
Read(
string
id
,
out
MailAttach[]
aat
);
Parameters
id
aat
Return Value
See Also
Mapi Class
|
NETXP.Library Namespace