Share via


IMEExtension Interface

Definition

This interface represents the Objective-C protocol MEExtension.

[Foundation.Protocol(Name="MEExtension", WrapperType=typeof(MailKit.MEExtensionWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetHandlerForComposeSession", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MailKit.MEComposeSession) }, ReturnType=typeof(MailKit.IMEComposeSessionHandler), Selector="handlerForComposeSession:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="handlerForMessageActions", IsProperty=true, IsRequired=false, IsStatic=false, Name="HandlerForMessageActions", PropertyType=typeof(MailKit.IMEMessageActionHandler), Selector="handlerForMessageActions")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="handlerForContentBlocker", IsProperty=true, IsRequired=false, IsStatic=false, Name="HandlerForContentBlocker", PropertyType=typeof(MailKit.IMEContentBlocker), Selector="handlerForContentBlocker")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="handlerForMessageSecurity", IsProperty=true, IsRequired=false, IsStatic=false, Name="HandlerForMessageSecurity", PropertyType=typeof(MailKit.IMEMessageSecurityHandler), Selector="handlerForMessageSecurity")]
public interface IMEExtension : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MEExtension", WrapperType=typeof(MailKit.MEExtensionWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetHandlerForComposeSession", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MailKit.MEComposeSession) }, ReturnType=typeof(MailKit.IMEComposeSessionHandler), Selector="handlerForComposeSession:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="handlerForMessageActions", IsProperty=true, IsRequired=false, IsStatic=false, Name="HandlerForMessageActions", PropertyType=typeof(MailKit.IMEMessageActionHandler), Selector="handlerForMessageActions")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="handlerForContentBlocker", IsProperty=true, IsRequired=false, IsStatic=false, Name="HandlerForContentBlocker", PropertyType=typeof(MailKit.IMEContentBlocker), Selector="handlerForContentBlocker")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="handlerForMessageSecurity", IsProperty=true, IsRequired=false, IsStatic=false, Name="HandlerForMessageSecurity", PropertyType=typeof(MailKit.IMEMessageSecurityHandler), Selector="handlerForMessageSecurity")>]
type IMEExtension = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to