FolderInfoChangeMessages Method (MapiPropertyCollection) |
Changes all messages in folder.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void ChangeMessages(
MapiPropertyCollection updatedProperties
)
Public Sub ChangeMessages (
updatedProperties As MapiPropertyCollection
)
public:
void ChangeMessages(
MapiPropertyCollection^ updatedProperties
)
member ChangeMessages :
updatedProperties : MapiPropertyCollection -> unit
Parameters
- updatedProperties
- Type: Aspose.Email.MapiMapiPropertyCollection
The updated properties.
Exceptions
See Also