Compartilhar via


ApplicationEvents_11_Event Interface

Definição

This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events. Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.

public interface class ApplicationEvents_11_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface ApplicationEvents_11_Event
Public Interface ApplicationEvents_11_Event
Derivado
Atributos

Eventos

AdvancedSearchComplete

Ocorre quando o AdvancedSearch(String, Object, Object, Object) método é concluído.

AdvancedSearchStopped

Ocorre quando o método de Stop() um objeto especificado Search foi executado.

AttachmentContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

BeforeFolderSharingDialog

Ocorre antes da caixa de diálogo Compartilhamento ser exibida para um objeto selecionado Folder .

ContextMenuClose

This object, member, or enumeration is deprecated and is not intended to be used in your code.

FolderContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

ItemContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

ItemLoad

Ocorre quando um item do Outlook é carregado na memória.

ItemSend

Ocorre sempre que um item do Outlook é enviado, pelo usuário por meio de um Inspector (antes do inspetor ser fechado, mas depois que o usuário clicar no botão Enviar) ou quando o método para um item do Send() Outlook, como MailItem, é usado em um programa.

MAPILogonComplete

Ocorre após o usuário ter feito logon no sistema.

NewMail

Ocorre quando uma ou mais mensagens de email novas são recebidas na Caixa de Entrada.

NewMailEx

Ocorre quando um novo item é recebido na Caixa de Entrada.

OptionsPagesAdd

Ocorre sempre que o usuário clica no botão Opções de Suplemento na guia Suplementos da caixa de diálogo Opções do Outlook.

Quit

Ocorre quando o Outlook começa a fechar.

Reminder

Ocorre imediatamente antes de um lembrete ser exibido.

ShortcutContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Startup

Ocorre quando o Microsoft Outlook está sendo iniciado, mas após o carregamento de todos os programas suplementares.

StoreContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

ViewContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Aplica-se a