MSConversation.InsertMessage(MSMessage, Action<NSError>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the message
to the conversation and then calls the completionHandler
.
[Foundation.Export("insertMessage:completionHandler:")]
public virtual void InsertMessage (Messages.MSMessage message, Action<Foundation.NSError> completionHandler);
abstract member InsertMessage : Messages.MSMessage * Action<Foundation.NSError> -> unit
override this.InsertMessage : Messages.MSMessage * Action<Foundation.NSError> -> unit
Parameters
- message
- MSMessage
- Attributes