Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains a collection of Action objects that represent all the specialized actions that can be executed on an Outlook item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<TypeLibTypeAttribute()> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("0006303E-0000-0000-C000-000000000046")> _
Public Interface Actions _
Inherits IEnumerable
'Usage
Dim instance As Actions
[TypeLibTypeAttribute()]
[DefaultMemberAttribute("Item")]
[GuidAttribute("0006303E-0000-0000-C000-000000000046")]
public interface Actions : IEnumerable
Remarks
Use the Actions property of any Outlook item, such as MailItem, to return the Actions object.
Use Actions(index), where index is the name of an available action, to return a single Action object.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace