Skip to content

Latest commit

 

History

History
4924 lines (4923 loc) · 335 KB

TOC.md

File metadata and controls

4924 lines (4923 loc) · 335 KB

#Outlook VBA reference ##Concepts ###General Concepts ####Using Visual Basic to Automate Outlook ####Automating Outlook from a Visual Basic Application ####Automating Outlook from Other Office Applications ####Support for COM Add-ins ####Customizing Outlook using COM add-ins ####Outlook COM add-in template ####OLE Programmatic Identifiers ####Support for Custom Property Pages ####Adding Custom Property Pages ####Support for Contact Linking ####Support for Folder Synchronization ####Verify if Outlook Is a Click-to-Run Application on a Computer ####Support for Keeping Add-ins Enabled ####Using Macros to Customize Outlook ####Using Visual Basic for Applications in Outlook ####Writing an Outlook Macro ####Working with forms in the Visual Basic Editor ####Using Outlook Visual Basic for Applications to Respond to Outlook Events ###Accounts ####Using Multiple Accounts for the Same Profile on Outlook ####Obtain Information for Multiple Accounts ####Identify a Folder with an Account ####Create a Sendable Item for a Specific Account Based on the Current Folder ###Address Book ####Display Names from the Address Book ####Access Exchange User or Distribution List Information from the Address Book ####Display a Dialog Box for Selecting Entries from the Contacts Folder ####Display Address Entry Details for the Sender of a Message ####Identify the Global Address List or a Set of Address Lists with a Store ####List the Groups that My Manager Belongs to ####List the Name and Office Location of Each Manager Belonging to an Exchange Distribution List ####Map a Display Name to an E-mail Address ####Obtain the E-mail Address of a Recipient ####Programmatically Change the Display Format for All Contacts ###Attachments ####Attach a File to an Outlook Email Message ####Attach an Outlook Contact Item to an Email Message ####Limit the Size of an Attachment to an Outlook Email Message ####Modify an Attachment of an Outlook Email Message ###Categories ####Categorize Your Outlook Items ###Conversations ####Managing Outlook Items as Conversations ####Obtain and Enumerate Selected Conversations ###Electronic Business Cards ####Customize and Share Business Cards ####Share Contact Information Including the Business Card ####Working with Outlook Events ####Using Events with Automation ###Follow-Up ####Setting Items for Follow-up ###Forms ####Overview ####Customizing Form Pages and Form Regions ####Best Practices to Migrate Outlook 97-2003 Custom Forms ####Understanding Outlook Forms ####Forms and Message Classes #####Designing Outlook Workgroup Solutions #####How Outlook Forms and Items Work Together #####Selecting the Item on Which to Base a Form #####Form Name and Message Class Overview #####Item Types and Message Classes #####Changing the Form Used by Existing Items in a Folder #####Globally Change a Default Form #####Appointment Forms Overview #####Contact Forms Overview #####Distribution List Forms Overview #####Journal Forms Overview #####Mail Forms Overview #####Post Forms Overview #####Task Forms Overview #####Understanding the Forms Cache ####Fields and Controls #####Standard Fields Overview #####Outlook Fields and Equivalent Properties #####Custom Fields and Data Types Overview #####Examples of Standard Formats for Data Types #####Examples of Formula and Combination Fields #####Change the Value of a Field #####Using the Field Chooser #####Validating User Input to a Field #####Difference between a Field and a Column #####Controls in a Custom Form #####Control Toolbox Overview #####ToolTips and Control Tips Overview #####Adding Custom Controls to the Control Toolbox #####Active Controls and Selected Controls #####Control Groups Overview #####Using Fields with Controls #####Binding a Control to a Field #####Troubleshooting Custom Fields #####Outlook Controls #####Extra Members for Outlook Controls #####ControlTipText Property #####Height Property #####Left Property #####Move Method #####Name Property #####SetFocus Method #####TabIndex Property #####TabStop Property #####Tag Property #####Top Property #####Visible Property #####Width Property #####ZOrder Method ####Customizing Forms #####Create an Outlook Form #####Add-ins Overview #####Troubleshooting Forms #####Customizing Forms Using Form Regions #####Form Regions #####Create a Form Region #####Customizing Forms Using Form Pages #####Setting Default Properties for a Form #####Setting the Attributes of a Form #####Testing and Publishing Your Forms #####Creating Custom Forms by Using Visual Basic Scripting Edition ####Customizing Outlook Forms ####Getting Started with Customizing Form Pages #####Customize Pages on a Form #####Manage Your Forms in Forms Manager #####Open a Form #####Save a Form as a File #####Save a Form in a Forms Library #####Save a Form with the Item (One-off Forms) #####Save and Distribute a Form #####Set Properties for a Form #####Publish a Form #####Test a Form in Run Time ####Getting Started with Creating Form Regions #####Add a Form Region to an Existing Page on a Form #####Specifying Form Regions in the Windows Registry #####Designing Form Regions with the Form Region XML Schema #####Using the Form Region XML Manifest to Define a Form Region #####Name a Form Region #####Specify the Location of a Form Region in a Custom Form #####Specify a Layout File for a Form Region #####Prevent the Inspector from Displaying a Form Region When You are Composing a Message #####Prevent the Inspector from Displaying a Form Region When You are Reading a Message #####Prevent the Reading Pane from Displaying a Form Region When You are Previewing a Message #####Prevent a Replacement Form Region from Being Used to Create a New Item or from Being Modified in the Forms Designer #####Specify a Form Region to be Used Only for the Exact Message Class #####Specify Locale-Specific User Interface for a Form Region #####Defining Actions for Form Regions #####Modify a Built-in Action for a Form Region #####Create a Custom Action for a Form Region #####Specify the Message Class and Form for an Item Resulting from an Action #####Include the Original Body in an Item Resulting from an Action #####Specify the Way Outlook Responds When Executing an Action #####Specify a Subject Prefix of an Item Resulting from an Action ####Configuring Forms #####Change the Default Form for a Folder #####Hide or Show Form Pages #####Creating a Reply Form #####Disable a Standard Reply Form #####Make Separate Compose and Read Versions for a Form #####Use Standard Reply and Forward Headers on a Form #####Add a Command to the Ribbon to Start a Reply Form #####Automatically Insert Prefix Text into the Subject Field of a Reply Form #####Pre-address a Reply Form to a Public Folder or an E-mail Address ####Specifying Form Appearance #####Set the Background Color of a Form #####Assign a Picture to a Form #####Change the Icons Associated with your Form #####Specify Icons to be Displayed for a Form Region ####Specifying Form Behavior #####Specify Whether a Form Prompts the User, Opens, or is Sent #####Create Custom Actions for a Form ####Using Fields and Controls to Interact with Users #####Managing Fields in the Forms Designer #####Create a Combination Field for a Folder #####Create a Formula Field for a Folder #####Create a Simple Field for a Folder #####Extend the Use of an Outlook Item by Adding Fields and Pages #####Show or Hide Fields when Printing and Saving a Form #####Examples of Validation Formulas #####Create a Validation Formula and Message #####Manipulating Controls in the Forms Designer #####Control Toolbox Tasks #####Add a Modified Control to the Control Toolbox #####Add a Page to the Control Toolbox #####Add Other Custom Controls to the Control Toolbox #####Change the Name and Control Tip of a Page in the Control Toolbox #####Change the Order of Pages in the Control Toolbox #####Customize an Icon for a Control in the Control Toolbox #####Delete a Control from the Control Toolbox #####Delete a Page in the Control Toolbox #####Import or Export a Control Toolbox Page #####Move a Control to Another Page in the Control Toolbox #####Show or Hide the Control Toolbox #####Basic Control Tasks #####Add a Control to a Form #####Add or Remove Controls on a Form #####Adjust Spacing for Controls #####Align Controls #####Center Controls in a Form #####Change the Appearance of a Control #####Change the Name Property of a Control #####Enable or Disable a Control on a Page #####Hide or Show a Control #####Set Properties for Controls #####Size Controls #####Secondary Control Tasks #####Adding Items to a List #####Add Items to a List in Design Mode #####Align Text in a Control #####Assign a Control Tip, Caption, or Accelerator Key to a Page or Tab #####Align a Picture on a Control #####Allow Multiple Lines of Text in a Control #####Assign a Control Tip, Caption, or Accelerator Key to a Control #####Assign a Picture to a Control #####Create a Group of Controls #####Create a Set of OptionButton Controls #####Create a Set of OptionButtons by Using the GroupName Property #####Delete a Picture from a Control #####Give a Control a 3-D Appearance #####Make a Control Read-only #####Make a Control Transparent #####Match Entries in a List to Entries Typed by Users #####Move a Control One Unit at a Time #####Require a Value for a Field or Control #####Right-Align a Control on a Form #####Select and Edit a Control Within a Group #####Select Multiple Controls and the Dominant Control #####Separate Controls in a Group #####Set Tab Order of Controls on a Page #####Set the Grid Size #####Show or Hide the Grid #####Show the Shortcut Menu for Controls and Groups of Controls #####Turn On or Off Sizing Controls to the Grid #####Use a Custom Color for the Background or Foreground of a Control #####Use a System Color for a Background or Foreground #####Manipulating Controls Programmatically #####How to: Accept User Input and Display the Values of Controls on a Form #####How to: Access a Tab in a TabStrip Control #####How to: Access a Page in a MultiPage Control #####How to: Add, Cut, and Paste a Control on a Page #####How to: Change the Accelerator and Caption of a Command Button #####How to: Add a Control to a MultiPage Control #####How to: Change the Name of a Control #####How to: Resize a Control Horizontally and Vertically with the Form #####How to: Add a Control to a Page #####How to: Add and Remove Items from a List Box #####How to: Add Scroll Bars to a Page and a Frame #####How to: Align the Caption of an Option Button with the Control #####How to: Allow a Command Button to Take Focus Upon Clicking #####How to: Allow Multiple Lines, Word Wrapping, and Scrolling in a Text Box #####How to: Allow Multiple Selections in a List Box #####How to: Allow the Null State for a Check Box and a Toggle Button #####How to: Automatically Size a Text Box with User Input #####How to: Change the Column Widths of a Multi-Column List Box #####How to: Change the Order of Pages and Tabs #####How to: Add Items To a List or Combo Box at Run Time #####How to: Use the Controls Collection to Move Controls on a Page #####How to: Change the Style, Size, and Effects of a Font #####How to: Control Character Matching in a Combo Box and List Box #####How to: Control the Drop Button Style and When to Show the Drop Button #####How to: Control the Extent of Scrolling in a Scroll Bar #####How to: Control the Focus When the User Cycles through Controls in a Frame or MultiPage Control on a Form #####How to: Control the Selection Behavior and Drag Behavior When Entering a Text Box #####How to: Control the Style and Selection Behavior of a List Box #####How to: Control the Text Box' Behavior on Clicking Enter #####How to: Cut Text from One Text Box and Paste it on Another #####How to: Display the List Portion of a Combo Box #####How to: Display the Name of Each Control on a Form or a Page of a MultiPage Control #####How to: Display the Name of Each Control on a Page #####How to: Display the Number of Pages and Tabs in MultiPage and TabStrip Controls on a Form #####How to: Enable and Lock a Text Box from User Entry #####How to: Enhance the Border Style, Color, and Special Effects of a Text Box Control #####How to: Give a Control a 3-D Appearance Programmatically #####How to: Group Option Buttons #####How to: Hide or Show a Control Programmatically #####How to: Move a Text Box in Front of or Behind Another Control #####How to: Move Controls on a Page #####How to: Place an Image and a Caption on a Command Button #####How to: Reference a Custom Property that Has the Same Name as a Built-in Property of the Control #####How to: Reference the Parent Object of a Control #####How to: Set Entry Matching in a Combo Box #####How to: Set the Item at the Top of a List and the Item that Has Focus in the List #####How to: Set the Height and Width of Tabs in a MultiPage and a TabStrip Control #####How to: Set the Input Style for a Combo Box #####How to: Set the Maximum and Minimum Values for a Scroll Bar #####How to: Set the Number of Lines and the Length of Input in a Text Box #####How to: Set the Style of Tabs for a MultiPage and a TabStrip Control #####How to: Set the Tab Order of Controls in a Frame #####How to: Set the Type of Mouse Pointer for a List Box #####How to: Set the Width of the Drop-Down List of a Combo Box #####How to: Simulate a Two-Dimensional Array with List Boxes #####How to: Specify Additional Information for a Control #####How to: Specify Control Tip Text for Controls #####How to: Specify Possible Values for a List Box #####How to: Specify Tab Support for a Control #####How to: Specify the Column in a Multi-Column List Box to Display to the User #####How to: Specify the Column in a Multi-Column List Box to Store Data for the Control #####How to: Specify the Number of Rows in a Combo Box #####How to: Swap Columns of a Multicolumn List Box #####How to: Undo and Redo an Action in a Text Box or a Combo Box ####Using Visual Basic to Customize Outlook Forms #####Using Visual Basic with Outlook #####Run in Developer Mode in Outlook #####Using Visual Basic Scripting Edition #####About Using VBScript in Outlook #####How Can I Prevent the VBScript Code from Running? #####Variants Supported in VBScript #####Tools for Programming with Visual Basic Scripting Edition #####Using the Script Editor #####About the Outlook Object Browser #####Common Things You Can Do with VBScript #####Using Visual Basic Scripting Edition to Customize Forms #####Set Global Variables for a Form #####Referencing Controls on an Outlook Form #####Form Events #####Item-Level Events #####Control Events #####Field Events #####About the Order of Events #####Add a Click Event for a Control in a Custom Form Page #####Add an Outlook Event #####Canceling an Event #####Test Tips for Using Visual Basic Scripting Edition in Outlook #####Test Tips for Using VBScript in Outlook #####Go to a Line of Code in the Script Editor #####Use Message Boxes to Return Values #####Using the Outlook Object Model #####About the Object Environment #####Use the Outlook Object Browser #####Use the Outlook Object Browser in the Script Editor #####Constants and Variables in VBScript #####Referencing Fields #####Put a List of Fields and Values in the Message Body #####Reference a Folder #####Creating a New Item #####Create an Outlook Item #####Referencing Existing Items in a Folder #####Filtering Items in a Collection #####Reference the Active User #####Use Current User Properties from the Microsoft Exchange Server Global Address List #####Use the PropertyChange Event to Test Procedures ####Extending Forms and Form Regions Using Add-ins #####Add or Remove an Add-in #####Extending a Form Region with an Add-in #####Use an Add-in to Specify Icons for a Form Region #####Create Separate Read and Compose Pages Using Form Regions in a Custom Form ###Items, Folders, and Stores ####Enumerating, Searching, and Filtering Items in a Folder ####Sorting Items in a Folder ####Storing Outlook Items ####Working with EntryIDs and StoreIDs ####Outlook Item Objects ####Attach a File to a Mail Item ####Create a Recurring Appointment that Occurs Every 2 Years ####Create an Appointment as a Meeting on the Calendar ####Delete All Items and Subfolders in the Deleted Items Folder ####Enumerate Folders on All Stores ####Enumerate Search Folders on All Stores ####Enumerate the Contacts Folder and Set Custom Property for only Contact Items ####Import Appointment XML Data into Outlook Appointment Objects ####Obtain a Folder Object from a Folder Path ####Send an E-mail Given the SMTP Address of an Account ####Specify an Internet Encoding Scheme for the Body and Attachments of a Message ###Navigation ####Customizing the Navigation Pane ####Adding Solution-Specific Folders to the Solutions Module ####Show or Hide the Navigation Pane ####Enumerate, Show, Hide, and Position Modules in the Navigation Pane ####Set a Module as the Currently Selected Module in the Navigation Pane ####Display Specific Modules in the Navigation Pane ####Add a Folder to the Favorite Folders Group ####Enumerate Active Folders in the Calendar View ####Add a Custom Folder to a Group and Display it in Overlay Mode by Default ####Properties Overview ####Referencing Properties by Namespace ####Creating a Property ####Deleting a Property ####Getting the Value of a Property ####Setting the Value of a Property ####Best Practices for Getting and Setting Properties ####Identify a Meeting Item as a Counter-Proposal to a Prior Meeting Request ###Office Fluent UI Extensibility ####Office Fluent User Interface Extensibility for Outlook ####Overview of Customizing the Ribbon ####Updating Earlier Code for CommandBars ####Implementing the IRibbonExtensibility Interface ####Detecting Errors ####Overview of the IRibbonUI Object ####Overview of the IRibbonControl Object ###Rules ####Managing Rules in the Outlook Object Model ####Specifying Rule Actions ####Specifying Rule Conditions ####Create a Rule to Move Specific E-mails to a Folder ###Search and Filter ####Overview ####Enumerating, Searching, and Filtering Items in a Folder ####Sorting Items in a Folder ####Table ####Adding Columns to a Table Object ####Default Properties Displayed in a Table Object ####Factors Affecting Property Value Representation in the Table and View Classes ####Unsupported Properties in a Table Object or Table Filter ####Filtering ####Filtering Items ####Filtering a Custom Field ####Filtering Items Using a Boolean Comparison ####Filtering Items Using a Comparison with a Keywords Property ####Filtering Items Using a Date-time Comparison ####Filtering Items Using a String Comparison ####Filtering Items Using a Variable ####Filtering Items Using an Integer Comparison ####Filtering Items Using Comparison and Logical Operators ####Filtering Items Using Query Keywords ####Searching ####Searching Items ####How To ####Access the Values of a Multi-valued Property in a Table ####Use the Table Object to Performantly Enumerate Filtered Items in a Folder ####Filter the Body of a Mail Item ####Filter Items that Do Not Have Categories ####Search the Inbox for Items with Subject Containing "Office" ####Search the Calendar for Appointments that Occur Partially or Entirely in a Given Time Period ####Search the Calendar for Appointments Within a Date Range that Contain a Specific Word in the Subject ####Search and Obtain Items in an Aggregated View ####Enumerate the Contacts Folder and Set Custom Property for only Contact Items ###Security ####Security Behavior of the Outlook Object Model ####Outlook Object Model Security Warnings ####Protected Properties and Methods ###Sessions ####Obtain and Log On to an Instance of Outlook ###Sharing ####Sharing Calendars ####Sharing Online Calendars, RSS Feeds, Microsoft SharePoint Foundation Folders, and Exchange Folders ####Export a Calendar using Payload Sharing ####Import Saved Items using OpenSharedItem ####Send a Sharing Invitation for a Calendar ####Send a Sharing Invitation for an RSS Feed ###Shortcut Menus ####Customizing Shortcut Menus ###Solution Storage ####Storing Data for Solutions ####Creating and Saving Data to Solution Storage ####Updating and Deleting Solution Storage ####Security Concerns for Solution Storage ####Store Data in a StorageItem for a Solution ####Delete Data to Reset Solution Storage ####Save Auto-Archive Properties of a Folder in Solution Storage ###Views ####Outlook Views ####Filtering and Specifying Fields in a View ####Sorting Fields in a View ##How do I... ###Forms ##Object model ###Account Object ####AccountType Property ####Application Property ####AutoDiscoverConnectionMode Property ####AutoDiscoverXml Property ####Class Property ####CurrentUser Property ####DeliveryStore Property ####DisplayName Property ####ExchangeConnectionMode Property ####ExchangeMailboxServerName Property ####ExchangeMailboxServerVersion Property ####Parent Property ####Session Property ####SmtpAddress Property ####UserName Property ####GetAddressEntryFromID Method ####GetRecipientFromID Method ###AccountRuleCondition Object ####Account Property ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####Parent Property ####Session Property ###Accounts Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ####AutoDiscoverComplete Event ###AccountSelector Object ####Application Property ####Class Property ####Parent Property ####SelectedAccount Property ####Session Property ####SelectedAccountChange Event ###Action Object ####Application Property ####Class Property ####CopyLike Property ####Enabled Property ####MessageClass Property ####Name Property ####Parent Property ####Prefix Property ####ReplyStyle Property ####ResponseStyle Property ####Session Property ####ShowOn Property ####Delete Method ####Execute Method ###Actions Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ###AddressEntries Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####GetFirst Method ####GetLast Method ####GetNext Method ####GetPrevious Method ####Item Method ####Sort Method ###AddressEntry Object ####Address Property ####AddressEntryUserType Property ####Application Property ####Class Property ####DisplayType Property ####ID Property ####Name Property ####Parent Property ####PropertyAccessor Property ####Session Property ####Type Property ####Delete Method ####Details Method ####GetContact Method ####GetExchangeDistributionList Method ####GetExchangeUser Method ####GetFreeBusy Method ####Update Method ###AddressList Object ####AddressEntries Property ####AddressListType Property ####Application Property ####Class Property ####ID Property ####Index Property ####IsInitialAddressList Property ####IsReadOnly Property ####Name Property ####Parent Property ####PropertyAccessor Property ####ResolutionOrder Property ####Session Property ####GetContactsFolder Method ###AddressLists Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ###AddressRuleCondition Object ####Address Property ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####Parent Property ####Session Property ###Application Object ####Application Property ####Assistance Property ####Class Property ####COMAddIns Property ####DefaultProfileName Property ####Explorers Property ####Inspectors Property ####IsTrusted Property ####LanguageSettings Property ####Name Property ####Parent Property ####PickerDialog Property ####ProductCode Property ####Reminders Property ####Session Property ####TimeZones Property ####Version Property ####ActiveExplorer Method ####ActiveInspector Method ####ActiveWindow Method ####AdvancedSearch Method ####CopyFile Method ####CreateItem Method ####CreateItemFromTemplate Method ####CreateObject Method ####GetNamespace Method ####GetObjectReference Method ####IsSearchSynchronous Method ####Quit Method ####RefreshFormRegionDefinition Method ####AdvancedSearchComplete Event ####AdvancedSearchStopped Event ####BeforeFolderSharingDialog Event ####ItemLoad Event ####ItemSend Event ####MAPILogonComplete Event ####NewMail Event ####NewMailEx Event ####OptionsPagesAdd Event ####Quit Event ####Reminder Event ####Startup Event ###AppointmentItem Object ####Actions Property ####AllDayEvent Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####BusyStatus Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####Duration Property ####End Property ####EndInEndTimeZone Property ####EndTimeZone Property ####EndUTC Property ####EntryID Property ####ForceUpdateToAllAttendees Property ####FormDescription Property ####GetInspector Property ####GlobalAppointmentID Property ####Importance Property ####InternetCodepage Property ####IsConflict Property ####IsRecurring Property ####ItemProperties Property ####LastModificationTime Property ####Location Property ####MarkForDownload Property ####MeetingStatus Property ####MeetingWorkspaceURL Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OptionalAttendees Property ####Organizer Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####Recipients Property ####RecurrenceState Property ####ReminderMinutesBeforeStart Property ####ReminderOverrideDefault Property ####ReminderPlaySound Property ####ReminderSet Property ####ReminderSoundFile Property ####ReplyTime Property ####RequiredAttendees Property ####Resources Property ####ResponseRequested Property ####ResponseStatus Property ####RTFBody Property ####Saved Property ####SendUsingAccount Property ####Sensitivity Property ####Session Property ####Size Property ####Start Property ####StartInStartTimeZone Property ####StartTimeZone Property ####StartUTC Property ####Subject Property ####UnRead Property ####UserProperties Property ####ClearRecurrencePattern Method ####Close Method ####Copy Method ####CopyTo Method ####Delete Method ####Display Method ####ForwardAsVcal Method ####GetConversation Method ####GetOrganizer Method ####GetRecurrencePattern Method ####Move Method ####PrintOut Method ####Respond Method ####Save Method ####SaveAs Method ####Send Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###AssignToCategoryRuleAction Object ####ActionType Property ####Application Property ####Categories Property ####Class Property ####Enabled Property ####Parent Property ####Session Property ###Attachment Object ####Application Property ####BlockLevel Property ####Class Property ####DisplayName Property ####FileName Property ####Index Property ####Parent Property ####PathName Property ####Position Property ####PropertyAccessor Property ####Session Property ####Size Property ####Type Property ####Delete Method ####GetTemporaryFilePath Method ####SaveAsFile Method ###Attachments Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ###AttachmentSelection Object ####Application Property ####Class Property ####Count Property ####Location Property ####Parent Property ####Session Property ####GetSelection Method ####Item Method ###AutoFormatRule Object ####Application Property ####Class Property ####Enabled Property ####Filter Property ####Font Property ####Name Property ####Parent Property ####Session Property ####Standard Property ###AutoFormatRules Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Insert Method ####Item Method ####Remove Method ####RemoveAll Method ####Save Method ###BusinessCardView Object ####Application Property ####CardSize Property ####Class Property ####Filter Property ####HeadingsFont Property ####Language Property ####LockUserChanges Property ####Name Property ####Parent Property ####SaveOption Property ####Session Property ####SortFields Property ####Standard Property ####ViewType Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GoToDate Method ####Reset Method ####Save Method ###CalendarModule Object ####Application Property ####Class Property ####Name Property ####NavigationGroups Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ###CalendarSharing Object ####Application Property ####CalendarDetail Property ####Class Property ####EndDate Property ####Folder Property ####IncludeAttachments Property ####IncludePrivateDetails Property ####IncludeWholeCalendar Property ####Parent Property ####RestrictToWorkingHours Property ####Session Property ####StartDate Property ####ForwardAsICal Method ####SaveAsICal Method ###CalendarView Object ####Application Property ####AutoFormatRules Property ####BoldDatesWithItems Property ####BoldSubjects Property ####CalendarViewMode Property ####Class Property ####DaysInMultiDayMode Property ####DayWeekTimeScale Property ####DisplayedDates Property ####EndField Property ####Filter Property ####Language Property ####LockUserChanges Property ####MonthShowEndTime Property ####Name Property ####Parent Property ####SaveOption Property ####SelectedEndTime Property ####SelectedStartTime Property ####Session Property ####Standard Property ####StartField Property ####ViewType Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GoToDate Method ####Reset Method ####Save Method ###CardView Object ####AllowInCellEditing Property ####Application Property ####AutoFormatRules Property ####BodyFont Property ####Class Property ####Filter Property ####HeadingsFont Property ####Language Property ####LockUserChanges Property ####MultiLineFieldHeight Property ####Name Property ####Parent Property ####SaveOption Property ####Session Property ####ShowEmptyFields Property ####SortFields Property ####Standard Property ####ViewFields Property ####ViewType Property ####Width Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GoToDate Method ####Reset Method ####Save Method ###Categories Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ###Category Object ####Application Property ####CategoryBorderColor Property ####CategoryGradientBottomColor Property ####CategoryGradientTopColor Property ####CategoryID Property ####Class Property ####Color Property ####Name Property ####Parent Property ####Session Property ####ShortcutKey Property ###CategoryRuleCondition Object ####Application Property ####Categories Property ####Class Property ####ConditionType Property ####Enabled Property ####Parent Property ####Session Property ###Column Object ####Application Property ####Class Property ####Name Property ####Parent Property ####Session Property ###ColumnFormat Object ####Align Property ####Application Property ####Class Property ####FieldFormat Property ####FieldType Property ####Label Property ####Parent Property ####Session Property ####Width Property ###Columns Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ####RemoveAll Method ###Conflict Object ####Application Property ####Class Property ####Item Property ####Name Property ####Parent Property ####Session Property ####Type Property ###Conflicts Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####GetFirst Method ####GetLast Method ####GetNext Method ####GetPrevious Method ####Item Method ###ContactItem Object ####Account Property ####Actions Property ####Anniversary Property ####Application Property ####AssistantName Property ####AssistantTelephoneNumber Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Birthday Property ####Body Property ####Business2TelephoneNumber Property ####BusinessAddress Property ####BusinessAddressCity Property ####BusinessAddressCountry Property ####BusinessAddressPostalCode Property ####BusinessAddressPostOfficeBox Property ####BusinessAddressState Property ####BusinessAddressStreet Property ####BusinessCardLayoutXml Property ####BusinessCardType Property ####BusinessFaxNumber Property ####BusinessHomePage Property ####BusinessTelephoneNumber Property ####CallbackTelephoneNumber Property ####CarTelephoneNumber Property ####Categories Property ####Children Property ####Class Property ####Companies Property ####CompanyAndFullName Property ####CompanyLastFirstNoSpace Property ####CompanyLastFirstSpaceOnly Property ####CompanyMainTelephoneNumber Property ####CompanyName Property ####ComputerNetworkName Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####CustomerID Property ####Department Property ####DownloadState Property ####Email1Address Property ####Email1AddressType Property ####Email1DisplayName Property ####Email1EntryID Property ####Email2Address Property ####Email2AddressType Property ####Email2DisplayName Property ####Email2EntryID Property ####Email3Address Property ####Email3AddressType Property ####Email3DisplayName Property ####Email3EntryID Property ####EntryID Property ####FileAs Property ####FirstName Property ####FormDescription Property ####FTPSite Property ####FullName Property ####FullNameAndCompany Property ####Gender Property ####GetInspector Property ####GovernmentIDNumber Property ####HasPicture Property ####Hobby Property ####Home2TelephoneNumber Property ####HomeAddress Property ####HomeAddressCity Property ####HomeAddressCountry Property ####HomeAddressPostalCode Property ####HomeAddressPostOfficeBox Property ####HomeAddressState Property ####HomeAddressStreet Property ####HomeFaxNumber Property ####HomeTelephoneNumber Property ####IMAddress Property ####Importance Property ####Initials Property ####InternetFreeBusyAddress Property ####IsConflict Property ####ISDNNumber Property ####IsMarkedAsTask Property ####ItemProperties Property ####JobTitle Property ####Journal Property ####Language Property ####LastFirstAndSuffix Property ####LastFirstNoSpace Property ####LastFirstNoSpaceAndSuffix Property ####LastFirstNoSpaceCompany Property ####LastFirstSpaceOnly Property ####LastFirstSpaceOnlyCompany Property ####LastModificationTime Property ####LastName Property ####LastNameAndFirstName Property ####MailingAddress Property ####MailingAddressCity Property ####MailingAddressCountry Property ####MailingAddressPostalCode Property ####MailingAddressPostOfficeBox Property ####MailingAddressState Property ####MailingAddressStreet Property ####ManagerName Property ####MarkForDownload Property ####MessageClass Property ####MiddleName Property ####Mileage Property ####MobileTelephoneNumber Property ####NetMeetingAlias Property ####NetMeetingServer Property ####NickName Property ####NoAging Property ####OfficeLocation Property ####OrganizationalIDNumber Property ####OtherAddress Property ####OtherAddressCity Property ####OtherAddressCountry Property ####OtherAddressPostalCode Property ####OtherAddressPostOfficeBox Property ####OtherAddressState Property ####OtherAddressStreet Property ####OtherFaxNumber Property ####OtherTelephoneNumber Property ####OutlookInternalVersion Property ####OutlookVersion Property ####PagerNumber Property ####Parent Property ####PersonalHomePage Property ####PrimaryTelephoneNumber Property ####Profession Property ####PropertyAccessor Property ####RadioTelephoneNumber Property ####ReferredBy Property ####ReminderOverrideDefault Property ####ReminderPlaySound Property ####ReminderSet Property ####ReminderSoundFile Property ####ReminderTime Property ####RTFBody Property ####Saved Property ####SelectedMailingAddress Property ####Sensitivity Property ####Session Property ####Size Property ####Spouse Property ####Subject Property ####Suffix Property ####TaskCompletedDate Property ####TaskDueDate Property ####TaskStartDate Property ####TaskSubject Property ####TelexNumber Property ####Title Property ####ToDoTaskOrdinal Property ####TTYTDDTelephoneNumber Property ####UnRead Property ####User1 Property ####User2 Property ####User3 Property ####User4 Property ####UserProperties Property ####WebPage Property ####YomiCompanyName Property ####YomiFirstName Property ####YomiLastName Property ####AddBusinessCardLogoPicture Method ####AddPicture Method ####ClearTaskFlag Method ####Close Method ####Copy Method ####Delete Method ####Display Method ####ForwardAsBusinessCard Method ####ForwardAsVcard Method ####GetConversation Method ####MarkAsTask Method ####Move Method ####PrintOut Method ####RemovePicture Method ####ResetBusinessCard Method ####Save Method ####SaveAs Method ####SaveBusinessCardImage Method ####ShowBusinessCardEditor Method ####ShowCategoriesDialog Method ####ShowCheckAddressDialog Method ####ShowCheckFullNameDialog Method ####ShowCheckPhoneDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###ContactsModule Object ####Application Property ####Class Property ####Name Property ####NavigationGroups Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ###Conversation Object ####Application Property ####Class Property ####ConversationID Property ####Parent Property ####Session Property ####ClearAlwaysAssignCategories Method ####GetAlwaysAssignCategories Method ####GetAlwaysDelete Method ####GetAlwaysMoveToFolder Method ####GetChildren Method ####GetParent Method ####GetRootItems Method ####GetTable Method ####MarkAsRead Method ####MarkAsUnread Method ####SetAlwaysAssignCategories Method ####SetAlwaysDelete Method ####SetAlwaysMoveToFolder Method ####StopAlwaysDelete Method ####StopAlwaysMoveToFolder Method ###ConversationHeader Object ####Application Property ####Class Property ####ConversationID Property ####ConversationTopic Property ####Parent Property ####Session Property ####GetConversation Method ####GetItems Method ###DistListItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DLName Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####IsMarkedAsTask Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MemberCount Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####ReminderOverrideDefault Property ####ReminderPlaySound Property ####ReminderSet Property ####ReminderSoundFile Property ####ReminderTime Property ####RTFBody Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####TaskCompletedDate Property ####TaskDueDate Property ####TaskStartDate Property ####TaskSubject Property ####ToDoTaskOrdinal Property ####UnRead Property ####UserProperties Property ####AddMember Method ####AddMembers Method ####ClearTaskFlag Method ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetConversation Method ####GetMember Method ####MarkAsTask Method ####Move Method ####PrintOut Method ####RemoveMember Method ####RemoveMembers Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###DocumentItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###Exception Object ####Application Property ####AppointmentItem Property ####Class Property ####Deleted Property ####OriginalDate Property ####Parent Property ####Session Property ###Exceptions Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ###ExchangeDistributionList Object ####Address Property ####AddressEntryUserType Property ####Alias Property ####Application Property ####Class Property ####Comments Property ####DisplayType Property ####ID Property ####Name Property ####Parent Property ####PrimarySmtpAddress Property ####PropertyAccessor Property ####Session Property ####Type Property ####Delete Method ####Details Method ####GetContact Method ####GetExchangeDistributionList Method ####GetExchangeDistributionListMembers Method ####GetExchangeUser Method ####GetFreeBusy Method ####GetMemberOfList Method ####GetOwners Method ####GetUnifiedGroup Method ####GetUnifiedGroupFromStore Method ####IsUnifiedGroup Method ####Update Method ###ExchangeUser Object ####Address Property ####AddressEntryUserType Property ####Alias Property ####Application Property ####AssistantName Property ####BusinessTelephoneNumber Property ####City Property ####Class Property ####Comments Property ####CompanyName Property ####Department Property ####DisplayType Property ####FirstName Property ####ID Property ####JobTitle Property ####LastName Property ####MobileTelephoneNumber Property ####Name Property ####OfficeLocation Property ####Parent Property ####PostalCode Property ####PrimarySmtpAddress Property ####PropertyAccessor Property ####Session Property ####StateOrProvince Property ####StreetAddress Property ####Type Property ####YomiCompanyName Property ####YomiDepartment Property ####YomiDisplayName Property ####YomiFirstName Property ####YomiLastName Property ####Delete Method ####Details Method ####GetContact Method ####GetDirectReports Method ####GetExchangeDistributionList Method ####GetExchangeUser Method ####GetExchangeUserManager Method ####GetFreeBusy Method ####GetMemberOfList Method ####GetPicture Method ####GetUnifiedGroup Method ####GetUnifiedGroupFromStore Method ####IsUnifiedGroup Method ####Update Method ###Explorer Object ####AccountSelector Property ####ActiveInlineResponse Property ####ActiveInlineResponseWordEditor Property ####Application Property ####AttachmentSelection Property ####Caption Property ####Class Property ####CurrentFolder Property ####CurrentView Property ####DisplayMode Property ####Height Property ####HTMLDocument Property ####Left Property ####NavigationPane Property ####Panes Property ####Parent Property ####PreviewPane Property ####Selection Property ####Session Property ####Top Property ####Width Property ####WindowState Property ####Activate Method ####AddToSelection Method ####ClearSearch Method ####ClearSelection Method ####Close Method ####Display Method ####IsItemSelectableInView Method ####IsPaneVisible Method ####RemoveFromSelection Method ####Search Method ####SelectAllItems Method ####ShowPane Method ####Activate Event ####AttachmentSelectionChange Event ####BeforeFolderSwitch Event ####BeforeItemCopy Event ####BeforeItemCut Event ####BeforeItemPaste Event ####BeforeMaximize Event ####BeforeMinimize Event ####BeforeMove Event ####BeforeSize Event ####BeforeViewSwitch Event ####Close Event ####Deactivate Event ####DisplayModeChange Event ####FolderSwitch Event ####InlineResponse Event ####InlineResponseClose Event ####SelectionChange Event ####ViewSwitch Event ###Explorers Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####NewExplorer Event ###Folder Object ####AddressBookName Property ####Application Property ####Class Property ####CurrentView Property ####CustomViewsOnly Property ####DefaultItemType Property ####DefaultMessageClass Property ####Description Property ####EntryID Property ####FolderPath Property ####Folders Property ####InAppFolderSyncObject Property ####IsSharePointFolder Property ####Items Property ####Name Property ####Parent Property ####PropertyAccessor Property ####Session Property ####ShowAsOutlookAB Property ####ShowItemCount Property ####Store Property ####StoreID Property ####UnReadItemCount Property ####UserDefinedProperties Property ####Views Property ####WebViewOn Property ####WebViewURL Property ####AddToPFFavorites Method ####CopyTo Method ####Delete Method ####Display Method ####GetCalendarExporter Method ####GetCustomIcon Method ####GetExplorer Method ####GetStorage Method ####GetTable Method ####MoveTo Method ####SetCustomIcon Method ####BeforeFolderMove Event ####BeforeItemMove Event ###Folders Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####GetFirst Method ####GetLast Method ####GetNext Method ####GetPrevious Method ####Item Method ####Remove Method ####FolderAdd Event ####FolderChange Event ####FolderRemove Event ###FormDescription Object ####Application Property ####Category Property ####CategorySub Property ####Class Property ####Comment Property ####ContactName Property ####DisplayName Property ####Hidden Property ####Icon Property ####Locked Property ####MessageClass Property ####MiniIcon Property ####Name Property ####Number Property ####OneOff Property ####Parent Property ####ScriptText Property ####Session Property ####Template Property ####UseWordMail Property ####Version Property ####PublishForm Method ###FormNameRuleCondition Object ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####FormName Property ####Parent Property ####Session Property ###FormRegion Object ####Application Property ####Class Property ####Detail Property ####DisplayName Property ####EnableAutoLayout Property ####Form Property ####FormRegionMode Property ####Inspector Property ####InternalName Property ####IsExpanded Property ####Item Property ####Language Property ####Parent Property ####Session Property ####SuppressControlReplacement Property ####Visible Property ####Reflow Method ####Select Method ####SetControlItemProperty Method ####Close Event ####Expanded Event ###FormRegionStartup Object ####BeforeFormRegionShow Method ####GetFormRegionIcon Method ####GetFormRegionManifest Method ####GetFormRegionStorage Method ###FromRssFeedRuleCondition Object ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####FromRssFeed Property ####Parent Property ####Session Property ###IconView Object ####Application Property ####Class Property ####Filter Property ####IconPlacement Property ####IconViewType Property ####Language Property ####LockUserChanges Property ####Name Property ####Parent Property ####SaveOption Property ####Session Property ####SortFields Property ####Standard Property ####ViewType Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GoToDate Method ####Reset Method ####Save Method ###ImportanceRuleCondition Object ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####Importance Property ####Parent Property ####Session Property ###Inspector Object ####Application Property ####AttachmentSelection Property ####Caption Property ####Class Property ####CurrentItem Property ####EditorType Property ####Height Property ####Left Property ####ModifiedFormPages Property ####Parent Property ####Session Property ####Top Property ####Width Property ####WindowState Property ####WordEditor Property ####Activate Method ####Close Method ####Display Method ####HideFormPage Method ####IsWordMail Method ####NewFormRegion Method ####OpenFormRegion Method ####SaveFormRegion Method ####SetControlItemProperty Method ####SetCurrentFormPage Method ####SetSchedulingStartTime Method ####ShowFormPage Method ####Activate Event ####AttachmentSelectionChange Event ####BeforeMaximize Event ####BeforeMinimize Event ####BeforeMove Event ####BeforeSize Event ####Close Event ####Deactivate Event ####PageChange Event ###Inspectors Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####NewInspector Event ###ItemProperties Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ###ItemProperty Object ####Application Property ####Class Property ####IsUserProperty Property ####Name Property ####Parent Property ####Session Property ####Type Property ####Value Property ###Items Object ####Application Property ####Class Property ####Count Property ####IncludeRecurrences Property ####Parent Property ####Session Property ####Add Method ####Find Method ####FindNext Method ####GetFirst Method ####GetLast Method ####GetNext Method ####GetPrevious Method ####Item Method ####Remove Method ####ResetColumns Method ####Restrict Method ####SetColumns Method ####Sort Method ####ItemAdd Event ####ItemChange Event ####ItemRemove Event ###JournalItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ContactNames Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DocPosted Property ####DocPrinted Property ####DocRouted Property ####DocSaved Property ####DownloadState Property ####Duration Property ####End Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####Recipients Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Start Property ####Subject Property ####Type Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####Forward Method ####GetConversation Method ####Move Method ####PrintOut Method ####Reply Method ####ReplyAll Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####StartTimer Method ####StopTimer Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###JournalModule Object ####Application Property ####Class Property ####Name Property ####NavigationGroups Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ###MailItem Object ####Actions Property ####AlternateRecipientAllowed Property ####Application Property ####Attachments Property ####AutoForwarded Property ####AutoResolvedWinner Property ####BCC Property ####BillingInformation Property ####Body Property ####BodyFormat Property ####Categories Property ####CC Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DeferredDeliveryTime Property ####DeleteAfterSubmit Property ####DownloadState Property ####EntryID Property ####ExpiryTime Property ####FlagRequest Property ####FormDescription Property ####GetInspector Property ####HTMLBody Property ####Importance Property ####InternetCodepage Property ####IsConflict Property ####IsMarkedAsTask Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OriginatorDeliveryReportRequested Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####Permission Property ####PermissionService Property ####PermissionTemplateGuid Property ####PropertyAccessor Property ####ReadReceiptRequested Property ####ReceivedByEntryID Property ####ReceivedByName Property ####ReceivedOnBehalfOfEntryID Property ####ReceivedOnBehalfOfName Property ####ReceivedTime Property ####RecipientReassignmentProhibited Property ####Recipients Property ####ReminderOverrideDefault Property ####ReminderPlaySound Property ####ReminderSet Property ####ReminderSoundFile Property ####ReminderTime Property ####RemoteStatus Property ####ReplyRecipientNames Property ####ReplyRecipients Property ####RetentionExpirationDate Property ####RetentionPolicyName Property ####RTFBody Property ####Saved Property ####SaveSentMessageFolder Property ####Sender Property ####SenderEmailAddress Property ####SenderEmailType Property ####SenderName Property ####SendUsingAccount Property ####Sensitivity Property ####Sent Property ####SentOn Property ####SentOnBehalfOfName Property ####Session Property ####Size Property ####Subject Property ####Submitted Property ####TaskCompletedDate Property ####TaskDueDate Property ####TaskStartDate Property ####TaskSubject Property ####To Property ####ToDoTaskOrdinal Property ####UnRead Property ####UserProperties Property ####VotingOptions Property ####VotingResponse Property ####AddBusinessCard Method ####ClearConversationIndex Method ####ClearTaskFlag Method ####Close Method ####Copy Method ####Delete Method ####Display Method ####Forward Method ####GetConversation Method ####MarkAsTask Method ####Move Method ####PrintOut Method ####Reply Method ####ReplyAll Method ####Save Method ####SaveAs Method ####Send Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###MailModule Object ####Application Property ####Class Property ####Name Property ####NavigationGroups Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ###MarkAsTaskRuleAction Object ####ActionType Property ####Application Property ####Class Property ####Enabled Property ####FlagTo Property ####MarkInterval Property ####Parent Property ####Session Property ###MeetingItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoForwarded Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DeferredDeliveryTime Property ####DeleteAfterSubmit Property ####DownloadState Property ####EntryID Property ####ExpiryTime Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####IsLatestVersion Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MeetingWorkspaceURL Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OriginatorDeliveryReportRequested Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####ReceivedTime Property ####Recipients Property ####ReminderSet Property ####ReminderTime Property ####ReplyRecipients Property ####RetentionExpirationDate Property ####RetentionPolicyName Property ####RTFBody Property ####Saved Property ####SaveSentMessageFolder Property ####SenderEmailAddress Property ####SenderEmailType Property ####SenderName Property ####SendUsingAccount Property ####Sensitivity Property ####Sent Property ####SentOn Property ####Session Property ####Size Property ####Subject Property ####Submitted Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####Forward Method ####GetAssociatedAppointment Method ####GetConversation Method ####Move Method ####PrintOut Method ####Reply Method ####ReplyAll Method ####Save Method ####SaveAs Method ####Send Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###MoveOrCopyRuleAction Object ####ActionType Property ####Application Property ####Class Property ####Enabled Property ####Folder Property ####Parent Property ####Session Property ###NameSpace Object ####Accounts Property ####AddressLists Property ####Application Property ####AutoDiscoverConnectionMode Property ####AutoDiscoverXml Property ####Categories Property ####Class Property ####CurrentProfileName Property ####CurrentUser Property ####DefaultStore Property ####ExchangeConnectionMode Property ####ExchangeMailboxServerName Property ####ExchangeMailboxServerVersion Property ####Folders Property ####Offline Property ####Parent Property ####Session Property ####Stores Property ####SyncObjects Property ####Type Property ####AddStore Method ####AddStoreEx Method ####CompareEntryIDs Method ####CreateContactCard Method ####CreateRecipient Method ####CreateSharingItem Method ####Dial Method ####GetAddressEntryFromID Method ####GetDefaultFolder Method ####GetFolderFromID Method ####GetGlobalAddressList Method ####GetItemFromID Method ####GetRecipientFromID Method ####GetSelectNamesDialog Method ####GetSharedDefaultFolder Method ####GetStoreFromID Method ####Logoff Method ####Logon Method ####OpenSharedFolder Method ####OpenSharedItem Method ####PickFolder Method ####RemoveStore Method ####SendAndReceive Method ####AutoDiscoverComplete Event ####OptionsPagesAdd Event ###NavigationFolder Object ####Application Property ####Class Property ####DisplayName Property ####Folder Property ####IsRemovable Property ####IsSelected Property ####IsSideBySide Property ####Parent Property ####Position Property ####Session Property ###NavigationFolders Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ###NavigationGroup Object ####Application Property ####Class Property ####GroupType Property ####Name Property ####NavigationFolders Property ####Parent Property ####Position Property ####Session Property ###NavigationGroups Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Create Method ####Delete Method ####GetDefaultNavigationGroup Method ####Item Method ####NavigationFolderAdd Event ####NavigationFolderRemove Event ####SelectedChange Event ###NavigationModule Object ####Application Property ####Class Property ####Name Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ###NavigationModules Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####GetNavigationModule Method ####Item Method ###NavigationPane Object ####Application Property ####Class Property ####CurrentModule Property ####DisplayedModuleCount Property ####IsCollapsed Property ####Modules Property ####Parent Property ####Session Property ####ModuleSwitch Event ###NewItemAlertRuleAction Object ####ActionType Property ####Application Property ####Class Property ####Enabled Property ####Parent Property ####Session Property ####Text Property ###NoteItem Object ####Application Property ####AutoResolvedWinner Property ####Body Property ####Categories Property ####Class Property ####Conflicts Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####GetInspector Property ####Height Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####Left Property ####MarkForDownload Property ####MessageClass Property ####Parent Property ####PropertyAccessor Property ####Saved Property ####Session Property ####Size Property ####Subject Property ####Top Property ####Width Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ###NotesModule Object ####Application Property ####Class Property ####Name Property ####NavigationGroups Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ###OlkBusinessCardControl Object ####MouseIcon Property ####MousePointer Property ####Click Event ####DoubleClick Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkCategory Object ####AutoSize Property ####BackColor Property ####BackStyle Property ####Enabled Property ####ForeColor Property ####MouseIcon Property ####MousePointer Property ####Change Event ####Click Event ####DoubleClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkCheckBox Object ####Accelerator Property ####Alignment Property ####BackColor Property ####BackStyle Property ####Caption Property ####Enabled Property ####Font Property ####ForeColor Property ####MouseIcon Property ####MousePointer Property ####TripleState Property ####Value Property ####WordWrap Property ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkComboBox Object ####AutoSize Property ####AutoTab Property ####AutoWordSelect Property ####BackColor Property ####BorderStyle Property ####DragBehavior Property ####Enabled Property ####EnterFieldBehavior Property ####Font Property ####ForeColor Property ####HideSelection Property ####ListCount Property ####ListIndex Property ####Locked Property ####MaxLength Property ####MouseIcon Property ####MousePointer Property ####SelectionMargin Property ####SelLength Property ####SelStart Property ####SelText Property ####Style Property ####Text Property ####TextAlign Property ####TopIndex Property ####Value Property ####AddItem Method ####Clear Method ####Copy Method ####Cut Method ####DropDown Method ####GetItem Method ####Paste Method ####RemoveItem Method ####SetItem Method ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####DropButtonClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkCommandButton Object ####Accelerator Property ####AutoSize Property ####Caption Property ####DisplayDropArrow Property ####Enabled Property ####Font Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PictureAlignment Property ####TextAlign Property ####WordWrap Property ####AfterUpdate Event ####BeforeUpdate Event ####Click Event ####DoubleClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkContactPhoto Object ####Enabled Property ####MouseIcon Property ####MousePointer Property ####Change Event ####Click Event ####DoubleClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkControl Object ####ControlProperty Property ####EnableAutoLayout Property ####Format Property ####HorizontalLayout Property ####ItemProperty Property ####MinimumHeight Property ####MinimumWidth Property ####PossibleValues Property ####VerticalLayout Property ###OlkDateControl Object ####AutoSize Property ####AutoWordSelect Property ####BackColor Property ####BackStyle Property ####Date Property ####Enabled Property ####EnterFieldBehavior Property ####Font Property ####ForeColor Property ####HideSelection Property ####Locked Property ####MouseIcon Property ####MousePointer Property ####ShowNoneButton Property ####Text Property ####TextAlign Property ####Value Property ####DropDown Method ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####DropButtonClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkFrameHeader Object ####Alignment Property ####Caption Property ####Enabled Property ####Font Property ####ForeColor Property ####MouseIcon Property ####MousePointer Property ###OlkInfoBar Object ####MouseIcon Property ####MousePointer Property ####Click Event ####DoubleClick Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkLabel Object ####Accelerator Property ####AutoSize Property ####BackColor Property ####BackStyle Property ####BorderStyle Property ####Caption Property ####Enabled Property ####Font Property ####ForeColor Property ####MouseIcon Property ####MousePointer Property ####TextAlign Property ####UseHeaderColor Property ####WordWrap Property ####Click Event ####DoubleClick Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkListBox Object ####BackColor Property ####BorderStyle Property ####Enabled Property ####Font Property ####ForeColor Property ####ListCount Property ####ListIndex Property ####Locked Property ####MatchEntry Property ####MouseIcon Property ####MousePointer Property ####MultiSelect Property ####Text Property ####TextAlign Property ####TopIndex Property ####Value Property ####AddItem Method ####Clear Method ####Copy Method ####GetItem Method ####GetSelected Method ####RemoveItem Method ####SetItem Method ####SetSelected Method ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkOptionButton Object ####Accelerator Property ####Alignment Property ####BackColor Property ####BackStyle Property ####Caption Property ####Enabled Property ####Font Property ####ForeColor Property ####GroupName Property ####MouseIcon Property ####MousePointer Property ####Value Property ####WordWrap Property ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkPageControl Object ####Page Property ###OlkSenderPhoto Object ####Enabled Property ####MouseIcon Property ####MousePointer Property ####PreferredHeight Property ####PreferredWidth Property ####Change Event ####Click Event ####DoubleClick Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkTextBox Object ####AutoSize Property ####AutoTab Property ####AutoWordSelect Property ####BackColor Property ####BorderStyle Property ####DragBehavior Property ####Enabled Property ####EnterFieldBehavior Property ####EnterKeyBehavior Property ####Font Property ####ForeColor Property ####HideSelection Property ####IntegralHeight Property ####Locked Property ####MaxLength Property ####MouseIcon Property ####MousePointer Property ####MultiLine Property ####PasswordChar Property ####Scrollbars Property ####SelectionMargin Property ####SelLength Property ####SelStart Property ####SelText Property ####TabKeyBehavior Property ####Text Property ####TextAlign Property ####Value Property ####WordWrap Property ####Clear Method ####Copy Method ####Cut Method ####Paste Method ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkTimeControl Object ####AutoSize Property ####AutoWordSelect Property ####BackColor Property ####BackStyle Property ####Enabled Property ####EnterFieldBehavior Property ####Font Property ####ForeColor Property ####HideSelection Property ####IntervalTime Property ####Locked Property ####MouseIcon Property ####MousePointer Property ####ReferenceTime Property ####Style Property ####Text Property ####TextAlign Property ####Time Property ####Value Property ####DropDown Method ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####DropButtonClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OlkTimeZoneControl Object ####AppointmentTimeField Property ####BorderStyle Property ####Enabled Property ####Locked Property ####MouseIcon Property ####MousePointer Property ####SelectedTimeZoneIndex Property ####Value Property ####DropDown Method ####AfterUpdate Event ####BeforeUpdate Event ####Change Event ####Click Event ####DoubleClick Event ####DropButtonClick Event ####Enter Event ####Exit Event ####KeyDown Event ####KeyPress Event ####KeyUp Event ####MouseDown Event ####MouseMove Event ####MouseUp Event ###OrderField Object ####Application Property ####Class Property ####IsDescending Property ####Parent Property ####Session Property ####ViewXMLSchemaName Property ###OrderFields Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Insert Method ####Item Method ####Remove Method ####RemoveAll Method ###OutlookBarGroup Object ####Application Property ####Class Property ####Name Property ####Parent Property ####Session Property ####Shortcuts Property ####ViewType Property ###OutlookBarGroups Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ####BeforeGroupAdd Event ####BeforeGroupRemove Event ####GroupAdd Event ###OutlookBarPane Object ####Application Property ####Class Property ####Contents Property ####Name Property ####Parent Property ####Session Property ####Visible Property ####BeforeNavigate Event ###OutlookBarShortcut Object ####Application Property ####Class Property ####Name Property ####Parent Property ####Session Property ####Target Property ####SetIcon Method ###OutlookBarShortcuts Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ####BeforeShortcutAdd Event ####BeforeShortcutRemove Event ####ShortcutAdd Event ###OutlookBarStorage Object ####Application Property ####Class Property ####Groups Property ####Parent Property ####Session Property ###Pages Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ###Panes Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ###PeopleView Object ####Application Property ####Class Property ####Filter Property ####Language Property ####LockUserChanges Property ####Name Property ####Parent Property ####SaveOption Property ####Session Property ####SortFields Property ####Standard Property ####ViewType Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GoToDate Method ####Reset Method ####Save Method ###PlaySoundRuleAction Object ####ActionType Property ####Application Property ####Class Property ####Enabled Property ####FilePath Property ####Parent Property ####Session Property ###PostItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####BodyFormat Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####ExpiryTime Property ####FormDescription Property ####GetInspector Property ####HTMLBody Property ####Importance Property ####InternetCodepage Property ####IsConflict Property ####IsMarkedAsTask Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####ReceivedTime Property ####ReminderOverrideDefault Property ####ReminderPlaySound Property ####ReminderSet Property ####ReminderSoundFile Property ####ReminderTime Property ####RTFBody Property ####Saved Property ####SenderEmailAddress Property ####SenderEmailType Property ####SenderName Property ####Sensitivity Property ####SentOn Property ####Session Property ####Size Property ####Subject Property ####TaskCompletedDate Property ####TaskDueDate Property ####TaskStartDate Property ####TaskSubject Property ####ToDoTaskOrdinal Property ####UnRead Property ####UserProperties Property ####ClearConversationIndex Method ####ClearTaskFlag Method ####Close Method ####Copy Method ####Delete Method ####Display Method ####Forward Method ####GetConversation Method ####MarkAsTask Method ####Move Method ####Post Method ####PrintOut Method ####Reply Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###PreviewPane Object ####Application Property ####Class Property ####Parent Property ####Session Property ####WordEditor Property ###PropertyAccessor Object ####Application Property ####Class Property ####Parent Property ####Session Property ####BinaryToString Method ####DeleteProperties Method ####DeleteProperty Method ####GetProperties Method ####GetProperty Method ####LocalTimeToUTC Method ####SetProperties Method ####SetProperty Method ####StringToBinary Method ####UTCToLocalTime Method ###PropertyPage Object ####Dirty Property ####Apply Method ####GetPageInfo Method ###PropertyPages Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ###PropertyPageSite Object ####Application Property ####Class Property ####Parent Property ####Session Property ####OnStatusChange Method ###Recipient Object ####Address Property ####AddressEntry Property ####Application Property ####AutoResponse Property ####Class Property ####DisplayType Property ####EntryID Property ####Index Property ####MeetingResponseStatus Property ####Name Property ####Parent Property ####PropertyAccessor Property ####Resolved Property ####Sendable Property ####Session Property ####TrackingStatus Property ####TrackingStatusTime Property ####Type Property ####Delete Method ####FreeBusy Method ####Resolve Method ###Recipients Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ####ResolveAll Method ###RecurrencePattern Object ####Application Property ####Class Property ####DayOfMonth Property ####DayOfWeekMask Property ####Duration Property ####EndTime Property ####Exceptions Property ####Instance Property ####Interval Property ####MonthOfYear Property ####NoEndDate Property ####Occurrences Property ####Parent Property ####PatternEndDate Property ####PatternStartDate Property ####RecurrenceType Property ####Regenerate Property ####Session Property ####StartTime Property ####GetOccurrence Method ###Reminder Object ####Application Property ####Caption Property ####Class Property ####IsVisible Property ####Item Property ####NextReminderDate Property ####OriginalReminderDate Property ####Parent Property ####Session Property ####Dismiss Method ####Snooze Method ###Reminders Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ####Remove Method ####BeforeReminderShow Event ####ReminderAdd Event ####ReminderChange Event ####ReminderFire Event ####ReminderRemove Event ####Snooze Event ###RemoteItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####HasAttachment Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####RemoteMessageClass Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####TransferSize Property ####TransferTime Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetConversation Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###ReportItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####RetentionExpirationDate Property ####RetentionPolicyName Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetConversation Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###Results Object ####Application Property ####Class Property ####Count Property ####DefaultItemType Property ####Parent Property ####Session Property ####GetFirst Method ####GetLast Method ####GetNext Method ####GetPrevious Method ####Item Method ####ResetColumns Method ####SetColumns Method ####Sort Method ####ItemAdd Event ####ItemChange Event ####ItemRemove Event ###Row Object ####Application Property ####Class Property ####Parent Property ####Session Property ####BinaryToString Method ####GetValues Method ####Item Method ####LocalTimeToUTC Method ####UTCToLocalTime Method ###Rule Object ####Actions Property ####Application Property ####Class Property ####Conditions Property ####Enabled Property ####Exceptions Property ####ExecutionOrder Property ####IsLocalRule Property ####Name Property ####Parent Property ####RuleType Property ####Session Property ####Execute Method ###RuleAction Object ####ActionType Property ####Application Property ####Class Property ####Enabled Property ####Parent Property ####Session Property ###RuleActions Object ####Application Property ####AssignToCategory Property ####CC Property ####Class Property ####ClearCategories Property ####CopyToFolder Property ####Count Property ####Delete Property ####DeletePermanently Property ####DesktopAlert Property ####Forward Property ####ForwardAsAttachment Property ####MarkAsTask Property ####MoveToFolder Property ####NewItemAlert Property ####NotifyDelivery Property ####NotifyRead Property ####Parent Property ####PlaySound Property ####Redirect Property ####Session Property ####Stop Property ####Item Method ###RuleCondition Object ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####Parent Property ####Session Property ###RuleConditions Object ####Account Property ####AnyCategory Property ####Application Property ####Body Property ####BodyOrSubject Property ####Category Property ####CC Property ####Class Property ####Count Property ####FormName Property ####From Property ####FromAnyRSSFeed Property ####FromRssFeed Property ####HasAttachment Property ####Importance Property ####MeetingInviteOrUpdate Property ####MessageHeader Property ####NotTo Property ####OnLocalMachine Property ####OnlyToMe Property ####OnOtherMachine Property ####Parent Property ####RecipientAddress Property ####SenderAddress Property ####SenderInAddressList Property ####SentTo Property ####Session Property ####Subject Property ####ToMe Property ####ToOrCc Property ####Item Method ###Rules Object ####Application Property ####Class Property ####Count Property ####IsRssRulesProcessingEnabled Property ####Parent Property ####Session Property ####Create Method ####Item Method ####Remove Method ####Save Method ###Search Object ####Application Property ####Class Property ####Filter Property ####IsSynchronous Property ####Parent Property ####Results Property ####Scope Property ####SearchSubFolders Property ####Session Property ####Tag Property ####GetTable Method ####Save Method ####Stop Method ###Selection Object ####Application Property ####Class Property ####Count Property ####Location Property ####Parent Property ####Session Property ####GetSelection Method ####Item Method ###SelectNamesDialog Object ####AllowMultipleSelection Property ####Application Property ####BccLabel Property ####Caption Property ####CcLabel Property ####Class Property ####ForceResolution Property ####InitialAddressList Property ####NumberOfRecipientSelectors Property ####Parent Property ####Recipients Property ####Session Property ####ShowOnlyInitialAddressList Property ####ToLabel Property ####Display Method ####SetDefaultDisplayMode Method ###SenderInAddressListRuleCondition Object ####AddressList Property ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####Parent Property ####Session Property ###SendRuleAction Object ####ActionType Property ####Application Property ####Class Property ####Enabled Property ####Parent Property ####Recipients Property ####Session Property ###SharingItem Object ####Actions Property ####AllowWriteAccess Property ####AlternateRecipientAllowed Property ####Application Property ####Attachments Property ####AutoForwarded Property ####BCC Property ####BillingInformation Property ####Body Property ####BodyFormat Property ####Categories Property ####CC Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DeferredDeliveryTime Property ####DeleteAfterSubmit Property ####DownloadState Property ####EntryID Property ####ExpiryTime Property ####FlagRequest Property ####FormDescription Property ####GetInspector Property ####HTMLBody Property ####Importance Property ####InternetCodepage Property ####IsConflict Property ####IsMarkedAsTask Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OriginatorDeliveryReportRequested Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####Permission Property ####PermissionService Property ####PermissionTemplateGuid Property ####PropertyAccessor Property ####ReadReceiptRequested Property ####ReceivedByEntryID Property ####ReceivedByName Property ####ReceivedOnBehalfOfEntryID Property ####ReceivedOnBehalfOfName Property ####ReceivedTime Property ####RecipientReassignmentProhibited Property ####Recipients Property ####ReminderOverrideDefault Property ####ReminderPlaySound Property ####ReminderSet Property ####ReminderSoundFile Property ####ReminderTime Property ####RemoteID Property ####RemoteName Property ####RemotePath Property ####RemoteStatus Property ####ReplyRecipientNames Property ####ReplyRecipients Property ####RequestedFolder Property ####RetentionExpirationDate Property ####RetentionPolicyName Property ####RTFBody Property ####Saved Property ####SaveSentMessageFolder Property ####SenderEmailAddress Property ####SenderEmailType Property ####SenderName Property ####SendUsingAccount Property ####Sensitivity Property ####Sent Property ####SentOn Property ####SentOnBehalfOfName Property ####Session Property ####SharingProvider Property ####SharingProviderGuid Property ####Size Property ####Subject Property ####Submitted Property ####TaskCompletedDate Property ####TaskDueDate Property ####TaskStartDate Property ####TaskSubject Property ####To Property ####ToDoTaskOrdinal Property ####Type Property ####UnRead Property ####UserProperties Property ####AddBusinessCard Method ####Allow Method ####ClearConversationIndex Method ####ClearTaskFlag Method ####Close Method ####Copy Method ####Delete Method ####Deny Method ####Display Method ####Forward Method ####GetConversation Method ####MarkAsTask Method ####Move Method ####OpenSharedFolder Method ####PrintOut Method ####Reply Method ####ReplyAll Method ####Save Method ####SaveAs Method ####Send Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###SimpleItems Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ###SolutionsModule Object ####Application Property ####Class Property ####Name Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ####AddSolution Method ###StorageItem Object ####Application Property ####Attachments Property ####Body Property ####Class Property ####CreationTime Property ####Creator Property ####EntryID Property ####LastModificationTime Property ####Parent Property ####PropertyAccessor Property ####Session Property ####Size Property ####Subject Property ####UserProperties Property ####Delete Method ####Save Method ###Store Object ####Application Property ####Categories Property ####Class Property ####DisplayName Property ####ExchangeStoreType Property ####FilePath Property ####IsCachedExchange Property ####IsConversationEnabled Property ####IsDataFileStore Property ####IsInstantSearchEnabled Property ####IsOpen Property ####Parent Property ####PropertyAccessor Property ####Session Property ####StoreID Property ####CreateUnifiedGroup Method ####DeleteUnifiedGroup Method ####GetDefaultFolder Method ####GetRootFolder Method ####GetRules Method ####GetSearchFolders Method ####GetSpecialFolder Method ####RefreshQuotaDisplay Method ###Stores Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ####BeforeStoreRemove Event ####StoreAdd Event ###SyncObject Object ####Application Property ####Class Property ####Name Property ####Parent Property ####Session Property ####Start Method ####Stop Method ####OnError Event ####Progress Event ####SyncEnd Event ####SyncStart Event ###SyncObjects Object ####AppFolders Property ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Item Method ###Table Object ####Application Property ####Class Property ####Columns Property ####EndOfTable Property ####Parent Property ####Session Property ####FindNextRow Method ####FindRow Method ####GetArray Method ####GetNextRow Method ####GetRowCount Method ####MoveToStart Method ####Restrict Method ####Sort Method ###TableView Object ####AllowInCellEditing Property ####AlwaysExpandConversation Property ####Application Property ####AutoFormatRules Property ####AutomaticColumnSizing Property ####AutomaticGrouping Property ####AutoPreview Property ####AutoPreviewFont Property ####Class Property ####ColumnFont Property ####DefaultExpandCollapseSetting Property ####Filter Property ####GridLineStyle Property ####GroupByFields Property ####HideReadingPaneHeaderInfo Property ####Language Property ####LockUserChanges Property ####MaxLinesInMultiLineView Property ####MultiLine Property ####MultiLineWidth Property ####Name Property ####Parent Property ####RowFont Property ####SaveOption Property ####Session Property ####ShowConversationByDate Property ####ShowConversationSendersAboveSubject Property ####ShowFullConversations Property ####ShowItemsInGroups Property ####ShowNewItemRow Property ####ShowReadingPane Property ####SortFields Property ####Standard Property ####ViewFields Property ####ViewType Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GetTable Method ####GoToDate Method ####Reset Method ####Save Method ###TaskItem Object ####Actions Property ####ActualWork Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####CardData Property ####Categories Property ####Class Property ####Companies Property ####Complete Property ####Conflicts Property ####ContactNames Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DateCompleted Property ####DelegationState Property ####Delegator Property ####DownloadState Property ####DueDate Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####InternetCodepage Property ####IsConflict Property ####IsRecurring Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####Ordinal Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Owner Property ####Ownership Property ####Parent Property ####PercentComplete Property ####PropertyAccessor Property ####Recipients Property ####ReminderOverrideDefault Property ####ReminderPlaySound Property ####ReminderSet Property ####ReminderSoundFile Property ####ReminderTime Property ####ResponseState Property ####Role Property ####RTFBody Property ####Saved Property ####SchedulePlusPriority Property ####SendUsingAccount Property ####Sensitivity Property ####Session Property ####Size Property ####StartDate Property ####Status Property ####StatusOnCompletionRecipients Property ####StatusUpdateRecipients Property ####Subject Property ####TeamTask Property ####ToDoTaskOrdinal Property ####TotalWork Property ####UnRead Property ####UserProperties Property ####Assign Method ####CancelResponseState Method ####ClearRecurrencePattern Method ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetConversation Method ####GetRecurrencePattern Method ####MarkComplete Method ####Move Method ####PrintOut Method ####Respond Method ####Save Method ####SaveAs Method ####Send Method ####ShowCategoriesDialog Method ####SkipRecurrence Method ####StatusReport Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###TaskRequestAcceptItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####RTFBody Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetAssociatedTask Method ####GetConversation Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###TaskRequestDeclineItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####RTFBody Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetAssociatedTask Method ####GetConversation Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###TaskRequestItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####RTFBody Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetAssociatedTask Method ####GetConversation Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###TaskRequestUpdateItem Object ####Actions Property ####Application Property ####Attachments Property ####AutoResolvedWinner Property ####BillingInformation Property ####Body Property ####Categories Property ####Class Property ####Companies Property ####Conflicts Property ####ConversationID Property ####ConversationIndex Property ####ConversationTopic Property ####CreationTime Property ####DownloadState Property ####EntryID Property ####FormDescription Property ####GetInspector Property ####Importance Property ####IsConflict Property ####ItemProperties Property ####LastModificationTime Property ####MarkForDownload Property ####MessageClass Property ####Mileage Property ####NoAging Property ####OutlookInternalVersion Property ####OutlookVersion Property ####Parent Property ####PropertyAccessor Property ####RTFBody Property ####Saved Property ####Sensitivity Property ####Session Property ####Size Property ####Subject Property ####UnRead Property ####UserProperties Property ####Close Method ####Copy Method ####Delete Method ####Display Method ####GetAssociatedTask Method ####GetConversation Method ####Move Method ####PrintOut Method ####Save Method ####SaveAs Method ####ShowCategoriesDialog Method ####AfterWrite Event ####AttachmentAdd Event ####AttachmentRead Event ####AttachmentRemove Event ####BeforeAttachmentAdd Event ####BeforeAttachmentPreview Event ####BeforeAttachmentRead Event ####BeforeAttachmentSave Event ####BeforeAttachmentWriteToTempFile Event ####BeforeAutoSave Event ####BeforeCheckNames Event ####BeforeDelete Event ####BeforeRead Event ####Close Event ####CustomAction Event ####CustomPropertyChange Event ####Forward Event ####Open Event ####PropertyChange Event ####Read Event ####ReadComplete Event ####Reply Event ####ReplyAll Event ####Send Event ####Unload Event ####Write Event ###TasksModule Object ####Application Property ####Class Property ####Name Property ####NavigationGroups Property ####NavigationModuleType Property ####Parent Property ####Position Property ####Session Property ####Visible Property ###TextRuleCondition Object ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####Parent Property ####Session Property ####Text Property ###TimelineView Object ####Application Property ####Class Property ####DefaultExpandCollapseSetting Property ####EndField Property ####Filter Property ####GroupByFields Property ####ItemFont Property ####Language Property ####LockUserChanges Property ####LowerScaleFont Property ####MaxLabelWidth Property ####Name Property ####Parent Property ####SaveOption Property ####Session Property ####ShowLabelWhenViewingByMonth Property ####ShowWeekNumbers Property ####Standard Property ####StartField Property ####TimelineViewMode Property ####UpperScaleFont Property ####ViewType Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GoToDate Method ####Reset Method ####Save Method ###TimeZone Object ####Application Property ####Bias Property ####Class Property ####DaylightBias Property ####DaylightDate Property ####DaylightDesignation Property ####ID Property ####Name Property ####Parent Property ####Session Property ####StandardBias Property ####StandardDate Property ####StandardDesignation Property ###TimeZones Object ####Application Property ####Class Property ####Count Property ####CurrentTimeZone Property ####Parent Property ####Session Property ####ConvertTime Method ####Item Method ###ToOrFromRuleCondition Object ####Application Property ####Class Property ####ConditionType Property ####Enabled Property ####Parent Property ####Recipients Property ####Session Property ###UserDefinedProperties Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Find Method ####Item Method ####Refresh Method ####Remove Method ###UserDefinedProperty Object ####Application Property ####Class Property ####DisplayFormat Property ####Formula Property ####Name Property ####Parent Property ####Session Property ####Type Property ####Delete Method ###UserProperties Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Find Method ####Item Method ####Remove Method ###UserProperty Object ####Application Property ####Class Property ####Formula Property ####Name Property ####Parent Property ####Session Property ####Type Property ####ValidationFormula Property ####ValidationText Property ####Value Property ####Delete Method ###View Object ####Application Property ####Class Property ####Filter Property ####Language Property ####LockUserChanges Property ####Name Property ####Parent Property ####SaveOption Property ####Session Property ####Standard Property ####ViewType Property ####XML Property ####Apply Method ####Copy Method ####Delete Method ####GoToDate Method ####Reset Method ####Save Method ###ViewField Object ####Application Property ####Class Property ####ColumnFormat Property ####Parent Property ####Session Property ####ViewXMLSchemaName Property ###ViewFields Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Insert Method ####Item Method ####Remove Method ###ViewFont Object ####Application Property ####Bold Property ####Class Property ####Color Property ####ExtendedColor Property ####Italic Property ####Name Property ####Parent Property ####Session Property ####Size Property ####Strikethrough Property ####Underline Property ###Views Object ####Application Property ####Class Property ####Count Property ####Parent Property ####Session Property ####Add Method ####Item Method ####Remove Method ####ViewAdd Event ####ViewRemove Event ###Enumerations ####OlAccountType Enumeration ####OlActionCopyLike Enumeration ####OlActionReplyStyle Enumeration ####OlActionResponseStyle Enumeration ####OlActionShowOn Enumeration ####OlAddressEntryUserType Enumeration ####OlAddressListType Enumeration ####OlAlign Enumeration ####OlAlignment Enumeration ####OlAlwaysDeleteConversation Enumeration ####OlAppointmentCopyOptions Enumeration ####OlAppointmentTimeField Enumeration ####OlAttachmentBlockLevel Enumeration ####OlAttachmentType Enumeration ####OlAutoDiscoverConnectionMode Enumeration ####OlAutoPreview Enumeration ####OlBackStyle Enumeration ####OlBodyFormat Enumeration ####OlBorderStyle Enumeration ####OlBusinessCardType Enumeration ####OlBusyStatus Enumeration ####OlCalendarDetail Enumeration ####OlCalendarMailFormat Enumeration ####OlCalendarViewMode Enumeration ####OlCategoryColor Enumeration ####OlCategoryShortcutKey Enumeration ####OlColor Enumeration ####OlComboBoxStyle Enumeration ####OlContactPhoneNumber Enumeration ####OlDaysOfWeek Enumeration ####OlDayWeekTimeScale Enumeration ####OlDefaultExpandCollapseSetting Enumeration ####OlDefaultFolders Enumeration ####OlDefaultSelectNamesDisplayMode Enumeration ####OlDisplayMode Enumeration ####OlDisplayType Enumeration ####OlDownloadState Enumeration ####OlDragBehavior Enumeration ####OlEditorType Enumeration ####OlEnterFieldBehavior Enumeration ####OlExchangeConnectionMode Enumeration ####OlExchangeStoreType Enumeration ####OlFolderDisplayMode Enumeration ####OlFormatCurrency Enumeration ####OlFormatDateTime Enumeration ####OlFormatDuration Enumeration ####OlFormatEnumeration Enumeration ####OlFormatInteger Enumeration ####OlFormatKeywords Enumeration ####OlFormatNumber Enumeration ####OlFormatPercent Enumeration ####OlFormatSmartFrom Enumeration ####OlFormatText Enumeration ####OlFormatYesNo Enumeration ####OlFormRegionIcon Enumeration ####OlFormRegionMode Enumeration ####OlFormRegionSize Enumeration ####OlFormRegistry Enumeration ####OlGender Enumeration ####OlGridLineStyle Enumeration ####OlGroupType Enumeration ####OlHorizontalLayout Enumeration ####OlIconViewPlacement Enumeration ####OlIconViewType Enumeration ####OlImportance Enumeration ####OlInspectorClose Enumeration ####OlItemType Enumeration ####OlJournalRecipientType Enumeration ####OlMailingAddress Enumeration ####OlMailRecipientType Enumeration ####OlMarkInterval Enumeration ####OlMatchEntry Enumeration ####OlMeetingRecipientType Enumeration ####OlMeetingResponse Enumeration ####OlMeetingStatus Enumeration ####OlMouseButton Enumeration ####OlMousePointer Enumeration ####OlMultiLine Enumeration ####OlMultiSelect Enumeration ####OlNavigationModuleType Enumeration ####OlObjectClass Enumeration ####OlOutlookBarViewType Enumeration ####OlPageType Enumeration ####OlPane Enumeration ####OlPermission Enumeration ####OlPermissionService Enumeration ####OlPictureAlignment Enumeration ####OlRecipientSelectors Enumeration ####OlRecurrenceState Enumeration ####OlRecurrenceType Enumeration ####OlReferenceType Enumeration ####OlRemoteStatus Enumeration ####OlResponseStatus Enumeration ####OlRuleActionType Enumeration ####OlRuleConditionType Enumeration ####OlRuleExecuteOption Enumeration ####OlRuleType Enumeration ####OlSaveAsType Enumeration ####OlScrollBars Enumeration ####OlSearchScope Enumeration ####OlSelectionContents Enumeration ####OlSelectionLocation Enumeration ####OlSensitivity Enumeration ####OlSharingMsgType Enumeration ####OlSharingProvider Enumeration ####OlShiftState Enumeration ####OlShowItemCount Enumeration ####OlSolutionScope Enumeration ####OlSortOrder Enumeration ####OlSpecialFolders Enumeration ####OlStorageIdentifierType Enumeration ####OlStoreType Enumeration ####OlSyncState Enumeration ####OlTableContents Enumeration ####OlTaskDelegationState Enumeration ####OlTaskOwnership Enumeration ####OlTaskRecipientType Enumeration ####OlTaskResponse Enumeration ####OlTaskStatus Enumeration ####OlTextAlign Enumeration ####OlTimelineViewMode Enumeration ####OlTimeStyle Enumeration ####OlTrackingStatus Enumeration ####OlUnifiedGroupFolderType Enumeration ####OlUnifiedGroupType Enumeration ####OlUserPropertyType Enumeration ####OlVerticalLayout Enumeration ####OlViewSaveOption Enumeration ####OlViewType Enumeration ####OlWindowState Enumeration ###DisplayModeChange Method ##Outlook View Control reference ###Object model (Outlook View Control reference) ###ViewCtl Object ####ActiveFolder Property ####DeferUpdate Property ####EnableRowPersistance Property ####Filter Property ####FilterAppend Property ####Folder Property ####ItemCount Property ####Namespace Property ####OutlookApplication Property ####Restriction Property ####SelectedDate Property ####Selection Property ####View Property ####ViewXML Property ####AddressBook Method ####AddToPFFavorites Method ####AdvancedFind Method ####Categories Method ####CollapseAllGroups Method ####CollapseGroup Method ####CustomizeView Method ####Delete Method ####ExpandAllGroups Method ####ExpandGroup Method ####FlagItem Method ####ForceUpdate Method ####Forward Method ####GoToDate Method ####GoToToday Method ####GroupBy Method ####MarkAllAsRead Method ####MarkAsRead Method ####MarkAsUnread Method ####MoveItem Method ####NewAppointment Method ####NewContact Method ####NewDefaultItem Method ####NewDistributionList Method ####NewForm Method ####NewJournalEntry Method ####NewMeetingRequest Method ####NewMessage Method ####NewNote Method ####NewPost Method ####NewTask Method ####NewTaskRequest Method ####Open Method ####OpenSharedDefaultFolder Method ####PrintItem Method ####Reply Method ####ReplyAll Method ####ReplyInFolder Method ####SaveAs Method ####SendAndReceive Method ####ShowFields Method ####Sort Method ####SynchFolder Method ####Activate Event ####BeforeViewSwitch Event ####SelectionChange Event ####ViewSwitch Event ###OlxDefaultFolders Enumeration ##Outlook Forms Script reference ###CheckBox Object ####CheckBox Object ####Accelerator Property ####Alignment Property ####AutoSize Property ####BackColor Property ####BackStyle Property ####Caption Property ####Enabled Property ####ForeColor Property ####GroupName Property ####Locked Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PicturePosition Property ####SpecialEffect Property ####TextAlign Property ####TripleState Property ####Value Property ####WordWrap Property ####Click Event ###ComboBox Object ####ComboBox Object ####AutoSize Property ####AutoTab Property ####AutoWordSelect Property ####BackColor Property ####BackStyle Property ####BorderColor Property ####BorderStyle Property ####BoundColumn Property ####CanPaste Property ####Column Property ####ColumnCount Property ####ColumnHeads Property ####ColumnWidths Property ####CurTargetX Property ####CurX Property ####DragBehavior Property ####DropButtonStyle Property ####Enabled Property ####EnterFieldBehavior Property ####ForeColor Property ####HideSelection Property ####IMEMode Property ####LineCount Property ####List Property ####ListCount Property ####ListIndex Property ####ListRows Property ####ListStyle Property ####ListWidth Property ####Locked Property ####MatchEntry Property ####MatchFound Property ####MatchRequired Property ####MaxLength Property ####MouseIcon Property ####MousePointer Property ####SelectionMargin Property ####SelLength Property ####SelStart Property ####SelText Property ####ShowDropButtonWhen Property ####SpecialEffect Property ####Style Property ####Text Property ####TextAlign Property ####TextColumn Property ####TextLength Property ####TopIndex Property ####Value Property ####AddItem Method ####Clear Method ####Copy Method ####Cut Method ####DropDown Method ####Paste Method ####RemoveItem Method ####Click Event ###CommandButton Object ####CommandButton Object ####Accelerator Property ####AutoSize Property ####BackColor Property ####BackStyle Property ####Caption Property ####Enabled Property ####ForeColor Property ####Locked Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PicturePosition Property ####TakeFocusOnClick Property ####WordWrap Property ####Click Event ###Font Object ####Font Object ####Bold Property ####Italic Property ####Size Property ####Strikethrough Property ####Underline Property ####Weight Property ###Frame Object ####Frame Object ####ActiveControl Property ####BackColor Property ####BorderColor Property ####BorderStyle Property ####CanPaste Property ####CanRedo Property ####CanUndo Property ####Caption Property ####Cycle Property ####Enabled Property ####ForeColor Property ####InsideHeight Property ####InsideWidth Property ####KeepScrollBarsVisible Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PictureAlignment Property ####PictureSizeMode Property ####PictureTiling Property ####ScrollBars Property ####ScrollHeight Property ####ScrollLeft Property ####ScrollTop Property ####ScrollWidth Property ####SpecialEffect Property ####VerticalScrollBarSide Property ####Zoom Property ####Copy Method ####Cut Method ####Paste Method ####RedoAction Method ####Repaint Method ####Scroll Method ####SetDefaultTabOrder Method ####UndoAction Method ####Click Event ###Image Object ####Image Object ####AutoSize Property ####BackColor Property ####BackStyle Property ####BorderColor Property ####BorderStyle Property ####Enabled Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PictureAlignment Property ####PictureSizeMode Property ####PictureTiling Property ####SpecialEffect Property ####Click Event ###Label Object ####Label Object ####Accelerator Property ####AutoSize Property ####BackColor Property ####BackStyle Property ####BorderColor Property ####BorderStyle Property ####Caption Property ####Enabled Property ####ForeColor Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PicturePosition Property ####SpecialEffect Property ####TextAlign Property ####WordWrap Property ####Click Event ###ListBox Object ####ListBox Object ####BackColor Property ####BorderColor Property ####BorderStyle Property ####BoundColumn Property ####Column Property ####ColumnCount Property ####ColumnHeads Property ####ColumnWidths Property ####Enabled Property ####ForeColor Property ####IMEMode Property ####IntegralHeight Property ####List Property ####ListCount Property ####ListIndex Property ####ListStyle Property ####Locked Property ####MatchEntry Property ####MouseIcon Property ####MousePointer Property ####MultiSelect Property ####Selected Property ####SpecialEffect Property ####Text Property ####TextAlign Property ####TextColumn Property ####TopIndex Property ####Value Property ####AddItem Method ####Clear Method ####RemoveItem Method ####Click Event ###MultiPage Object ####MultiPage Object ####BackColor Property ####Enabled Property ####ForeColor Property ####MultiRow Property ####SelectedItem Property ####Style Property ####TabFixedHeight Property ####TabFixedWidth Property ####TabOrientation Property ####Value Property ####Click Event ###OptionButton Object ####OptionButton Object ####Accelerator Property ####Alignment Property ####AutoSize Property ####BackColor Property ####BackStyle Property ####Caption Property ####Enabled Property ####ForeColor Property ####GroupName Property ####Locked Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PicturePosition Property ####SpecialEffect Property ####TextAlign Property ####TripleState Property ####Value Property ####WordWrap Property ####Click Event ###Page Object ####Page Object ####Accelerator Property ####ActiveControl Property ####CanPaste Property ####CanRedo Property ####CanUndo Property ####Caption Property ####ControlTipText Property ####Cycle Property ####Enabled Property ####Index Property ####InsideHeight Property ####InsideWidth Property ####KeepScrollBarsVisible Property ####Name Property ####Parent Property ####Picture Property ####PictureAlignment Property ####PictureSizeMode Property ####PictureTiling Property ####ScrollBars Property ####ScrollHeight Property ####ScrollLeft Property ####ScrollTop Property ####ScrollWidth Property ####Tag Property ####VerticalScrollBarSide Property ####Visible Property ####Zoom Property ####Copy Method ####Cut Method ####Paste Method ####RedoAction Method ####Repaint Method ####Scroll Method ####SetDefaultTabOrder Method ####UndoAction Method ###Pages Object ####Pages Object ####Count Property ####Add Method ####Clear Method ####Item Method ####Remove Method ###ScrollBar Object ####ScrollBar Object ####BackColor Property ####Delay Property ####Enabled Property ####ForeColor Property ####LargeChange Property ####Max Property ####Min Property ####MouseIcon Property ####MousePointer Property ####Orientation Property ####ProportionalThumb Property ####SmallChange Property ####Value Property ###SpinButton Object ####SpinButton Object ####BackColor Property ####Delay Property ####Enabled Property ####ForeColor Property ####Max Property ####Min Property ####MouseIcon Property ####MousePointer Property ####Orientation Property ####SmallChange Property ####Value Property ###Tab Object ####Tab Object ####Accelerator Property ####Caption Property ####ControlTipText Property ####Enabled Property ####Index Property ####Name Property ####Tag Property ####Visible Property ###Tabs Object ####Tabs Object ####Count Property ####Add Method ####Clear Method ####Item Method ####Remove Method ###TabStrip Object ####TabStrip Object ####BackColor Property ####ClientHeight Property ####ClientLeft Property ####ClientTop Property ####ClientWidth Property ####Enabled Property ####ForeColor Property ####MouseIcon Property ####MousePointer Property ####MultiRow Property ####SelectedItem Property ####Style Property ####TabFixedHeight Property ####TabFixedWidth Property ####TabOrientation Property ####Value Property ####Click Event ###TextBox Object ####TextBox Object ####AutoSize Property ####AutoTab Property ####AutoWordSelect Property ####BackColor Property ####BackStyle Property ####BorderColor Property ####BorderStyle Property ####CanPaste Property ####CurLine Property ####CurTargetX Property ####CurX Property ####DragBehavior Property ####Enabled Property ####EnterFieldBehavior Property ####EnterKeyBehavior Property ####ForeColor Property ####HideSelection Property ####IMEMode Property ####IntegralHeight Property ####LineCount Property ####Locked Property ####MaxLength Property ####MouseIcon Property ####MousePointer Property ####MultiLine Property ####PasswordChar Property ####ScrollBars Property ####SelectionMargin Property ####SelLength Property ####SelStart Property ####SelText Property ####SpecialEffect Property ####TabKeyBehavior Property ####Text Property ####TextAlign Property ####TextLength Property ####Value Property ####WordWrap Property ####Copy Method ####Cut Method ####Paste Method ###ToggleButton Object ####ToggleButton Object ####Accelerator Property ####Alignment Property ####AutoSize Property ####BackColor Property ####BackStyle Property ####Caption Property ####Enabled Property ####ForeColor Property ####GroupName Property ####Locked Property ####MouseIcon Property ####MousePointer Property ####Picture Property ####PicturePosition Property ####SpecialEffect Property ####TextAlign Property ####TripleState Property ####Value Property ####WordWrap Property ####Click Event