Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lindalu-MSFT committed Jan 19, 2022
1 parent e85228d commit add170b
Show file tree
Hide file tree
Showing 150 changed files with 482 additions and 482 deletions.
6 changes: 3 additions & 3 deletions api/Excel.datafeedconnection.servercredentialsmethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ _expression_ A variable that represents a **[DataFeedConnection](Excel.datafeedc

Following are the types of credentials that may be used:

- **xlCredentialsMethodIntegrated**
- **xlCredentialsMethodNone**
- **xlCredentialsMethodStored**
- **xlCredentialsMethodIntegrated**
- **xlCredentialsMethodNone**
- **xlCredentialsMethodStored**


## Property value
Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.AppointmentItem.AfterWrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The **AfterWrite** event corresponds to the Exchange Client Extensions (ECE) eve
Only the following members of the item object can be accessed in the **AterWrite** event:


- **[Class](Outlook.AppointmentItem.Class.md)**
- **[Class](Outlook.AppointmentItem.Class.md)**

- **[MessageClass](Outlook.AppointmentItem.MessageClass.md)**
- **[MessageClass](Outlook.AppointmentItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

the **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.AppointmentItem.BeforeRead.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The BeforeRead event corresponds to the Exchange Client Extensions (ECE) event
Only the following members of the item object can be accessed in the **BeforeRead** event:


- **[Class](Outlook.AppointmentItem.Class.md)**
- **[Class](Outlook.AppointmentItem.Class.md)**

- **[MessageClass](Outlook.AppointmentItem.MessageClass.md)**
- **[MessageClass](Outlook.AppointmentItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
16 changes: 8 additions & 8 deletions api/Outlook.Attachment.GetTemporaryFilePath.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ The **GetTemporaryFilePath** method is only valid for those attachments whose **
**GetTemporaryFilePath** also returns an error when accessing an **[Attachment](Outlook.Attachment.md)** object in an **[Attachments](Outlook.Attachments.md)** collection or in the **[AttachmentSelection](Outlook.AttachmentSelection.md)** object. Use **GetTemporaryFilePath** only in attachment event callbacks listed below for various Microsoft Outlook items:


- **AttachmentAdd**
- **AttachmentAdd**

- **AttachmentRead**
- **AttachmentRead**

- **AttachmentRemove**
- **AttachmentRemove**

- **BeforeAttachmentAdd**
- **BeforeAttachmentAdd**

- **BeforeAttachmentPreview**
- **BeforeAttachmentPreview**

- **BeforeAttachmentRead**
- **BeforeAttachmentRead**

- **BeforeAttachmentSave**
- **BeforeAttachmentSave**

- **BeforeAttachmentWriteToTempFile**
- **BeforeAttachmentWriteToTempFile**



Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.AutoFormatRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Represents a formatting rule used by a **[View](Outlook.View.md)** object to det
Use the **[Add](Outlook.AutoFormatRules.Add.md)** method or the **[Insert](Outlook.AutoFormatRules.Insert.md)** method of the **[AutoFormatRules](Outlook.AutoFormatRules.md)** collection to create a new formatting rule for the following objects:


- **[CalendarView](Outlook.CalendarView.md)**
- **[CalendarView](Outlook.CalendarView.md)**

- **[CardView](Outlook.CardView.md)**
- **[CardView](Outlook.CardView.md)**

- **[TableView](Outlook.TableView.md)**
- **[TableView](Outlook.TableView.md)**


### Built-In and Custom Formatting Rules
Expand Down
12 changes: 6 additions & 6 deletions api/Outlook.AutoFormatRules.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ Represents the collection of **[AutoFormatRule](Outlook.AutoFormatRule.md)** ob
Use the **[Add](Outlook.AutoFormatRules.Add.md)** method or the **[Insert](Outlook.AutoFormatRules.Insert.md)** method of the **AutoFormatRules** collection to create a new formatting rule for the following objects derived from the **[View](Outlook.View.md)** object:


- **[BusinessCardView](Outlook.businessCardView.md)**
- **[BusinessCardView](Outlook.businessCardView.md)**

- **[CalendarView](Outlook.CalendarView.md)**
- **[CalendarView](Outlook.CalendarView.md)**

- **[CardView](Outlook.CardView.md)**
- **[CardView](Outlook.CardView.md)**

- **[IconView](Outlook.IconView.md)**
- **[IconView](Outlook.IconView.md)**

- **[TableView](Outlook.TableView.md)**
- **[TableView](Outlook.TableView.md)**

- **[TimelineView Object](Outlook.TimelineView.md)**
- **[TimelineView Object](Outlook.TimelineView.md)**

**AutoFormatRule** objects contained in an **AutoFormatRules** collection are applied to each Outlook item in the order in which they are contained in the collection. Changes to **AutoFormatRule** objects are persisted only if the **[Save](Outlook.AutoFormatRules.Save.md)** method of the **AutoFormatRules** collection is called.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.CalendarSharing.CalendarDetail.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ A **OlCalendarDetail** value that indicates the level of detail for calendar ite
The value of this property determines the allowable values for the following properties of the **CalendarSharing** object:


- **[IncludeAttachments](Outlook.CalendarSharing.IncludeAttachments.md)** must be set to **False** if **CalendarDetail** is set to **olFreeBusyOnly** or **olFreeBusyAndSubject**.
- **[IncludeAttachments](Outlook.CalendarSharing.IncludeAttachments.md)** must be set to **False** if **CalendarDetail** is set to **olFreeBusyOnly** or **olFreeBusyAndSubject**.

- **[IncludePrivateDetails](Outlook.CalendarSharing.IncludePrivateDetails.md)** must be set to **False** if **CalendarDetail** is set to **olFreeBusyOnly**.
- **[IncludePrivateDetails](Outlook.CalendarSharing.IncludePrivateDetails.md)** must be set to **False** if **CalendarDetail** is set to **olFreeBusyOnly**.

- **[RestrictToWorkingHours](Outlook.CalendarSharing.RestrictToWorkingHours.md)** must be set to **False** if **CalendarDetail** is set to **olFreeBusyAndSubject** or **olFullDetails**.
- **[RestrictToWorkingHours](Outlook.CalendarSharing.RestrictToWorkingHours.md)** must be set to **False** if **CalendarDetail** is set to **olFreeBusyAndSubject** or **olFullDetails**.


## See also
Expand Down
8 changes: 4 additions & 4 deletions api/Outlook.CalendarSharing.SaveAsICal.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ _expression_. `SaveAsICal`( `_Path_` )
The level of detail provided in the iCalendar file is determined by a combination of values in the following **CalendarSharing** properties:


- **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)**
- **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)**

- **[IncludeAttachments](Outlook.CalendarSharing.IncludeAttachments.md)**
- **[IncludeAttachments](Outlook.CalendarSharing.IncludeAttachments.md)**

- **[IncludePrivateDetails](Outlook.CalendarSharing.IncludePrivateDetails.md)**
- **[IncludePrivateDetails](Outlook.CalendarSharing.IncludePrivateDetails.md)**

- **[RestrictToWorkingHours](Outlook.CalendarSharing.RestrictToWorkingHours.md)**
- **[RestrictToWorkingHours](Outlook.CalendarSharing.RestrictToWorkingHours.md)**

You can set the **[IncludeWholeCalendar](Outlook.CalendarSharing.IncludeWholeCalendar.md)** property to **True** to export all items contained in the folder, or you can set the **[StartDate](Outlook.CalendarSharing.StartDate.md)** and **[EndDate](Outlook.CalendarSharing.EndDate.md)** properties to limit the exported items to a date range between a specified start date and end date, respectively.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.ContactItem.AfterWrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The **AfterWrite** event corresponds to the Exchange Client Extensions (ECE) eve
Only the following members of the item object can be accessed in the **AfterWrite** event:


- **[Class](Outlook.ContactItem.Class.md)**
- **[Class](Outlook.ContactItem.Class.md)**

- **[MessageClass](Outlook.ContactItem.MessageClass.md)**
- **[MessageClass](Outlook.ContactItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.ContactItem.BeforeRead.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The **BeforeRead** event corresponds to the Exchange Client Extensions (ECE) eve
Only the following members of the item object can be accessed in the **BeforeRead** event:


- **[Class](Outlook.ContactItem.Class.md)**
- **[Class](Outlook.ContactItem.Class.md)**

- **[MessageClass](Outlook.ContactItem.MessageClass.md)**
- **[MessageClass](Outlook.ContactItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.DistListItem.AfterWrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The **AfterWrite** event corresponds to the Exchange Client Extensions (ECE) eve
Only the following members of the item object can be accessed in the **AfterWrite** event:


- **[Class](Outlook.DistListItem.Class.md)**
- **[Class](Outlook.DistListItem.Class.md)**

- **[MessageClass](Outlook.DistListItem.MessageClass.md)**
- **[MessageClass](Outlook.DistListItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.DistListItem.BeforeRead.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The **BeforeRead** event corresponds to the Exchange Client Extensions (ECE) eve
Only the following members of the item object can be accessed in the **BeforeRead** event:


- **[Class](Outlook.DistListItem.Class.md)**
- **[Class](Outlook.DistListItem.Class.md)**

- **[MessageClass](Outlook.DistListItem.MessageClass.md)**
- **[MessageClass](Outlook.DistListItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.DocumentItem.AfterWrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The **AfterWrite** event corresponds to the Exchange Client Extensions (ECE) eve
Only the following members of the item object can be accessed in the **AfterWrite** event:


- **[Class](Outlook.DocumentItem.Class.md)**
- **[Class](Outlook.DocumentItem.Class.md)**

- **[MessageClass](Outlook.DocumentItem.MessageClass.md)**
- **[MessageClass](Outlook.DocumentItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
6 changes: 3 additions & 3 deletions api/Outlook.DocumentItem.BeforeRead.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The **BeforeRead** event corresponds to the Exchange Client Extensions (ECE) eve
Only the following members of the item object can be accessed in the **BeforeRead** event:


- **[Class](Outlook.DocumentItem.Class.md)**
- **[Class](Outlook.DocumentItem.Class.md)**

- **[MessageClass](Outlook.DocumentItem.MessageClass.md)**
- **[MessageClass](Outlook.DocumentItem.MessageClass.md)**

- **MAPIOBJECT**
- **MAPIOBJECT**

The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown**. **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown**, and therefore, they cannot access **MAPIOBJECT**. If other properties or methods of the parent item are accessed in this event, Outlook raises an error.

Expand Down
8 changes: 4 additions & 4 deletions api/Outlook.FormRegionStartup.GetFormRegionManifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Relying on an add-in to provide the XML manifest for a form region also means yo
Outlook ignores the following elements when the add-in provides the XML manifest:


- **name** : Outlook ignores the value specified for this element and will use the name specified for the form region in the registry.
- **name** : Outlook ignores the value specified for this element and will use the name specified for the form region in the registry.

- **layoutFile** : Outlook ignores this element because an add-in is extending this form region.
- **layoutFile** : Outlook ignores this element because an add-in is extending this form region.

- **addin** : Outlook uses the value that is preceded by an equal sign (**=**) in the registry as the **ProgID** of the add-in.
- **addin** : Outlook uses the value that is preceded by an equal sign (**=**) in the registry as the **ProgID** of the add-in.

- **file** attribute of **stringOverride** : Outlook ignores any secondary localization file specified by the **stringOverride** element. The add-in can implement **GetFormRegionManifest** to return inline the XML manifest for string localization for the specified _LCID_ , or manage string localization in another way, for example, using .NET Framework localization, and then return the appropriate XML manifest for the specified _LCID_.
- **file** attribute of **stringOverride** : Outlook ignores any secondary localization file specified by the **stringOverride** element. The add-in can implement **GetFormRegionManifest** to return inline the XML manifest for string localization for the specified _LCID_ , or manage string localization in another way, for example, using .NET Framework localization, and then return the appropriate XML manifest for the specified _LCID_.



Expand Down
14 changes: 7 additions & 7 deletions api/Outlook.Inspector.WordEditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ _expression_ A variable that represents an [Inspector](Outlook.Inspector.md) obj
The **WordEditor** property is only valid if the **[IsWordMail](Outlook.Inspector.IsWordMail.md)** method returns **True** and the **[EditorType](Outlook.Inspector.EditorType.md)** property is **olEditorWord**. The returned **WordDocument** object provides access to most of the Word object model except for the following members:


- **Tables.Add**
- **Tables.Add**

- **Range.ConvertToTable**
- **Range.ConvertToTable**

- **InlineShapes.AddChart**
- **InlineShapes.AddChart**

- **Shapes.AddChart**
- **Shapes.AddChart**

- **Range.InsertXML**
- **Range.InsertXML**

- **Selection.InsertXML**
- **Selection.InsertXML**

- **Range.ImportFragment**
- **Range.ImportFragment**



Expand Down
Loading

0 comments on commit add170b

Please sign in to comment.