ItemMovedEventArgs Constructor (String, MapiPropertyCollection) |
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ItemMovedEventArgs(
string entryId,
MapiPropertyCollection properties
)
Public Sub New (
entryId As String,
properties As MapiPropertyCollection
)
public:
ItemMovedEventArgs(
String^ entryId,
MapiPropertyCollection^ properties
)
new :
entryId : string *
properties : MapiPropertyCollection -> ItemMovedEventArgs
Parameters
- entryId
- Type: SystemString
The entry identifier. - properties
- Type: Aspose.Email.MapiMapiPropertyCollection
The properties.
See Also