IGraphClientUpdateMessage Method (MapiMessage, UpdateSettings) |
Updates message
Namespace:
Aspose.Email.Clients.Graph
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
SyntaxMapiMessage UpdateMessage(
MapiMessage message,
UpdateSettings updateSettings
)
Function UpdateMessage (
message As MapiMessage,
updateSettings As UpdateSettings
) As MapiMessage
MapiMessage^ UpdateMessage(
MapiMessage^ message,
UpdateSettings^ updateSettings
)
abstract UpdateMessage :
message : MapiMessage *
updateSettings : UpdateSettings -> MapiMessage
Parameters
- message
- Type: Aspose.Email.MapiMapiMessage
Mapi message to be updated - updateSettings
- Type: Aspose.Email.Clients.GraphUpdateSettings
Update settings
Return Value
Type:
MapiMessageUpdated message
See Also