MEComposeSessionHandler_Extensions.AnnotateAddress 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AnnotateAddress(this MailKit.IMEComposeSessionHandler This, MailKit.MEComposeSession session, Action<Foundation.NSDictionary<MailKit.MEEmailAddress,MailKit.MEAddressAnnotation>> completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AnnotateAddress : MailKit.IMEComposeSessionHandler * MailKit.MEComposeSession * Action<Foundation.NSDictionary<MailKit.MEEmailAddress, MailKit.MEAddressAnnotation>> -> unit
Parameters
- session
- MEComposeSession
- completionHandler
- Action<NSDictionary<MEEmailAddress,MEAddressAnnotation>>
- Attributes