PersonalStorageChangeMessage Method |
Changes the message properties.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void ChangeMessage(
string entryId,
MapiPropertyCollection updatedProperties
)
Public Sub ChangeMessage (
entryId As String,
updatedProperties As MapiPropertyCollection
)
public:
void ChangeMessage(
String^ entryId,
MapiPropertyCollection^ updatedProperties
)
member ChangeMessage :
entryId : string *
updatedProperties : MapiPropertyCollection -> unit
Parameters
- entryId
- Type: SystemString
The entry identifier of message. - updatedProperties
- Type: Aspose.Email.MapiMapiPropertyCollection
The updated properties.
Exceptions
See Also