Share via


MSConversation.InsertAttachment(NSUrl, String, Action<NSError>) Method

Definition

[Foundation.Export("insertAttachment:withAlternateFilename:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertAttachment(Foundation.NSUrl url, string? filename, Action<Foundation.NSError>? completionHandler);
[<Foundation.Export("insertAttachment:withAlternateFilename:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertAttachment : Foundation.NSUrl * string * Action<Foundation.NSError> -> unit
override this.InsertAttachment : Foundation.NSUrl * string * Action<Foundation.NSError> -> unit

Parameters

url
NSUrl
filename
String
completionHandler
Action<NSError>
Attributes

Applies to