DotMSN
NewMailEventArgs Constructor
Constructor.
[Visual Basic]
Public Sub New( _
ByVal
from
As
String
, _
ByVal
messageUrl
As
Uri
, _
ByVal
postUrl
As
Uri
, _
ByVal
subject
As
String
, _
ByVal
destinationFolder
As
String
, _
ByVal
fromEmail
As
String
, _
ByVal
id
As
Integer
_
)
[C#]
public NewMailEventArgs(
string
from
,
Uri
messageUrl
,
Uri
postUrl
,
string
subject
,
string
destinationFolder
,
string
fromEmail
,
int
id
);
Parameters
from
messageUrl
postUrl
subject
destinationFolder
fromEmail
id
See Also
NewMailEventArgs Class
|
XihSolutions.DotMSN Namespace