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 577593b commit 8a3502d
Show file tree
Hide file tree
Showing 447 changed files with 590 additions and 591 deletions.
4 changes: 2 additions & 2 deletions api/Excel.ODBCErrors.Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.prod: excel
api_name:
- Excel.ODBCErrors.Item
ms.assetid: 694a0e7e-f6c0-8721-792b-8e82e6a8e5c1
ms.date: 05/01/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---

Expand All @@ -34,7 +34,7 @@ _expression_ A variable that represents an **[ODBCErrors](Excel.ODBCErrors.md)**

## Return value

An **[ODBCError](Excel.ODBCError.md)** object contained by the collection.
An **[ODBCError](Excel.ODBCError.md)** object contained by the collection.


## Example
Expand Down
4 changes: 2 additions & 2 deletions api/Excel.ShapeRange.AlternativeText.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ ms.prod: excel
api_name:
- Excel.ShapeRange.AlternativeText
ms.assetid: 8485fffc-b1db-d93f-8945-2f871211fc5d
ms.date: 05/14/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---


# ShapeRange.AlternativeText property (Excel)

Returns or sets the descriptive (alternative) text string for a **[ShapeRange](Excel.ShapeRange.md)** object when the object is saved to a webpage. Read/write **String**.
Returns or sets the descriptive (alternative) text string for a **[ShapeRange](Excel.ShapeRange.md)** object when the object is saved to a webpage. Read/write **String**.


## Syntax
Expand Down
4 changes: 2 additions & 2 deletions api/Excel.ShapeRange.Apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ ms.prod: excel
api_name:
- Excel.ShapeRange.Apply
ms.assetid: 34acef44-7075-ffc1-199c-3396e17caafe
ms.date: 05/14/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---


# ShapeRange.Apply method (Excel)

Applies to the specified shape formatting that's been copied by using the **[PickUp](Excel.ShapeRange.PickUp.md)** method.
Applies to the specified shape formatting that's been copied by using the **[PickUp](Excel.ShapeRange.PickUp.md)** method.


## Syntax
Expand Down
4 changes: 2 additions & 2 deletions api/Excel.WorksheetFunction.Creator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ ms.prod: excel
api_name:
- Excel.WorksheetFunction.Creator
ms.assetid: 142d1b93-b4cf-2d69-c2c3-48072e31032b
ms.date: 05/22/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---


# WorksheetFunction.Creator property (Excel)

Returns a 32-bit integer that indicates the application in which this object was created. Read-only **Long**.
Returns a 32-bit integer that indicates the application in which this object was created. Read-only **Long**.


## Syntax
Expand Down
4 changes: 2 additions & 2 deletions api/Excel.WorksheetFunction.Dollar.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.prod: excel
api_name:
- Excel.WorksheetFunction.Dollar
ms.assetid: 246988c8-568a-640b-affb-fd1cd8907889
ms.date: 05/22/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---

Expand Down Expand Up @@ -38,7 +38,7 @@ _expression_ A variable that represents a **[WorksheetFunction](Excel.WorksheetF

## Remarks

The major difference between formatting a cell that contains a number with the **Cells** command (**Format** menu) and formatting a number directly with the **Dollar** function is that **Dollar** converts its result to text. A number formatted with the **Cells** command is still a number. You can continue to use numbers formatted with **Dollar** in formulas because Microsoft Excel converts numbers entered as text values to numbers when it calculates.
The major difference between formatting a cell that contains a number with the **Cells** command (**Format** menu) and formatting a number directly with the **Dollar** function is that **Dollar** converts its result to text. A number formatted with the **Cells** command is still a number. You can continue to use numbers formatted with **Dollar** in formulas because Microsoft Excel converts numbers entered as text values to numbers when it calculates.



Expand Down
4 changes: 2 additions & 2 deletions api/Excel.WorksheetFunction.Fixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.prod: excel
api_name:
- Excel.WorksheetFunction.Fixed
ms.assetid: befc65b2-0216-dbd7-e376-edbcbfe532c5
ms.date: 05/22/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---

Expand Down Expand Up @@ -47,7 +47,7 @@ If you omit decimals, it is assumed to be 2.

If no_commas is **False** or omitted, the returned text includes commas as usual.

The major difference between formatting a cell containing a number with the **Cells** command (**Format** menu) and formatting a number directly with the **Fixed** function is that **Fixed** converts its result to text. A number formatted with the **Cells** command is still a number.
The major difference between formatting a cell containing a number with the **Cells** command (**Format** menu) and formatting a number directly with the **Fixed** function is that **Fixed** converts its result to text. A number formatted with the **Cells** command is still a number.



Expand Down
6 changes: 3 additions & 3 deletions api/Excel.WorksheetFunction.Subtotal.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ ms.prod: excel
api_name:
- Excel.WorksheetFunction.Subtotal
ms.assetid: ec854287-1b12-8195-6b30-9101140d642e
ms.date: 05/25/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---


# WorksheetFunction.Subtotal method (Excel)

Creates subtotals.
Creates subtotals.


## Syntax
Expand All @@ -30,7 +30,7 @@ _expression_ A variable that represents a **[WorksheetFunction](Excel.WorksheetF
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A number indicating the aggregation function to be used by the method.|
| _Arg2_|Required| **[Range](Excel.Range(object).md)**|The first **Range** object for which a subtotal is to be calculated.|
| _Arg3 - Arg30_|Optional| **Variant**|Subsequent **Range** objects for which a subtotal is to be calculated.|
| _Arg3 - Arg30_|Optional| **Variant**|Subsequent **Range** objects for which a subtotal is to be calculated.|

## Return value

Expand Down
4 changes: 2 additions & 2 deletions api/Excel.XlCellChangedState.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ms.prod: excel
api_name:
- Excel.xlCellChangedState
ms.assetid: d0242314-afe9-f5e0-6c54-65ca7b4fb800
ms.date: 06/08/2017
ms.date: 01/18/2022
ms.localizationpriority: medium
---

Expand All @@ -23,6 +23,6 @@ Specifies whether a PivotTable value cell has been edited or recalculated since

## Remarks

Applying and saving changes applies only to PivotTable reports with OLAP data sources. For more information about the meaning of the **xlCellChangedState** enumeration constant values, see the **[CellChanged](Excel.PivotCell.CellChanged.md)** property of the **[PivotCell](Excel.PivotCell.md)** object.
Applying and saving changes applies only to PivotTable reports with OLAP data sources. For more information about the meaning of the **xlCellChangedState** enumeration constant values, see the **[CellChanged](Excel.PivotCell.CellChanged.md)** property of the **[PivotCell](Excel.PivotCell.md)** object.

[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
5 changes: 2 additions & 3 deletions api/Excel.datafeedconnection.sourceconnectionfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ f1_keywords:
- vbaxl10.chm928084
ms.prod: excel
ms.assetid: f532657e-1555-b86e-2e09-16b86f170f94
ms.date: 03/28/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---


# DataFeedConnection.SourceConnectionFile property (Excel)

Returns or sets a **String** indicating the Microsoft Office Data Connection file or similar file that was used to create the connection. Read/write.

Returns or sets a **String** indicating the Microsoft Office Data Connection file or similar file that was used to create the connection. Read/write.

## Syntax

Expand Down
4 changes: 2 additions & 2 deletions api/Excel.worksheetfunction.filterxml.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ f1_keywords:
- vbaxl10.chm137465
ms.prod: excel
ms.assetid: bcaa41a9-a122-ee87-29ca-cabb224358a1
ms.date: 05/22/2019
ms.date: 01/18/2022
ms.localizationpriority: medium
---


# WorksheetFunction.FilterXML method (Excel)

Gets specific data from the returned XML, typically from a **WebService** function call.
Gets specific data from the returned XML, typically from a **WebService** function call.


## Syntax
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AddressEntry.Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _expression_.**Update** (_MakePermanent_, _Refresh_)
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MakePermanent_|Optional| **Variant**| A value of **True** indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of **False** indicates that the property cache is flushed but not committed to persistent storage. The default value is **True**.|
| _Refresh_|Optional| **Variant**|A value of **True** indicates that the property cache is reloaded from the values in the underlying address book. A value of **False** indicates that the property cache is not reloaded. The default value is **False**.|
| _Refresh_|Optional| **Variant**|A value of **True** indicates that the property cache is reloaded from the values in the underlying address book. A value of **False** indicates that the property cache is not reloaded. The default value is **False**.|

## Remarks

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AppointmentItem.AllDayEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ms.localizationpriority: medium

# AppointmentItem.AllDayEvent property (Outlook)

Returns **True** if the appointment is an all-day event (as opposed to a specified time). Read/write.
Returns **True** if the appointment is an all-day event (as opposed to a specified time). Read/write.


## Syntax
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AppointmentItem.BeforeAttachmentAdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|

## See also

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AppointmentItem.BeforeAttachmentPreview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|

## Remarks

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AppointmentItem.BeforeAttachmentRead.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|

## See also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|

## See also

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AppointmentItem.BeforeAutoSave.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment

|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[AppointmentItem](Outlook.AppointmentItem.md)** to be saved.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[AppointmentItem](Outlook.AppointmentItem.md)** to be saved.|

## See also

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AppointmentItem.ForceUpdateToAllAttendees.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _expression_. `ForceUpdateToAllAttendees`

## Remarks

Normally, updates are sent to attendees only if the time or location of an appointment item is changed. Setting this property to **True** forces an update to be sent to all attendees, even if no changes to the time or location have occurred.
Normally, updates are sent to attendees only if the time or location of an appointment item is changed. Setting this property to **True** forces an update to be sent to all attendees, even if no changes to the time or location have occurred.


## See also
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AppointmentItem.Respond.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following table describes the behavior of the **Respond** method depending
|**_fNoUI, fAdditionalTextDialog_**|**_Result_**|
|:-----|:-----|
| **True, True**|Response item is returned with no user interface. To send the response, you must call the **[Send](Outlook.AppointmentItem.Send(method).md)** method.|
| **True, False**|Same result as with **True, True**.|
| **True, False**|Same result as with **True, True**.|
| **False, True**|Prompts user to **Send** or **Edit** before sending the response.|
| **False, False**|New response item appears in the user interface, but no prompt is displayed. |

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.AutoFormatRule.Standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _expression_ A variable that represents an [AutoFormatRule](Outlook.AutoFormatRu

## Remarks

If the value of this property is set to **True**, then the **[Filter](Outlook.AutoFormatRule.Filter.md)** and **[Name](Outlook.AutoFormatRule.Name.md)** properties of the **AutoFormatRule** object cannot be changed. Similarly, you cannot use the **[Remove](Outlook.AutoFormatRules.Remove.md)** method of the **[AutoFormatRules](Outlook.AutoFormatRules.md)** collection to delete a built-in Outlook formatting rule, nor can you use the **[Insert](Outlook.AutoFormatRules.Insert.md)** method of the **AutoFormatRules** collection to insert a custom formatting rule above or between the built-in Outlook formatting rules contained by that collection.
If the value of this property is set to **True**, then the **[Filter](Outlook.AutoFormatRule.Filter.md)** and **[Name](Outlook.AutoFormatRule.Name.md)** properties of the **AutoFormatRule** object cannot be changed. Similarly, you cannot use the **[Remove](Outlook.AutoFormatRules.Remove.md)** method of the **[AutoFormatRules](Outlook.AutoFormatRules.md)** collection to delete a built-in Outlook formatting rule, nor can you use the **[Insert](Outlook.AutoFormatRules.Insert.md)** method of the **AutoFormatRules** collection to insert a custom formatting rule above or between the built-in Outlook formatting rules contained by that collection.


## Example
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.BusinessCardView.LockUserChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _expression_. `LockUserChanges`

## Remarks

If **True**, the user can modify the settings of the current view. However, changes made to the interface will not be saved. If **False** (the default), any changes will be saved.
If **True**, the user can modify the settings of the current view. However, changes made to the interface will not be saved. If **False** (the default), any changes will be saved.


## Example
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.CalendarSharing.IncludeWholeCalendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _expression_. `IncludeWholeCalendar`

## Remarks

If this property is set to **True**, the **[StartDate](Outlook.CalendarSharing.StartDate.md)** and **[EndDate](Outlook.CalendarSharing.EndDate.md)** properties of the **CalendarSharing** object are ignored and all calendar items in the folder are included.
If this property is set to **True**, the **[StartDate](Outlook.CalendarSharing.StartDate.md)** and **[EndDate](Outlook.CalendarSharing.EndDate.md)** properties of the **CalendarSharing** object are ignored and all calendar items in the folder are included.

If this property is set to **False**, the **StartDate** and **EndDate** properties determine the range of calendar items to be included.

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.CalendarView.LockUserChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _expression_ A variable that represents a [CalendarView](Outlook.CalendarView.md

## Remarks

If **True**, the user can modify the settings of the specified view. However, changes made to the interface will not be saved. If **False** (the default), any changes will be saved.
If **True**, the user can modify the settings of the specified view. However, changes made to the interface will not be saved. If **False** (the default), any changes will be saved.


## Example
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.CardView.LockUserChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _expression_ A variable that represents a [CardView](Outlook.CardView.md) object

## Remarks

If **True**, the user can modify the settings of the specified view. However, changes made to the interface will not be saved. If **False** (the default), any changes will be saved.
If **True**, the user can modify the settings of the specified view. However, changes made to the interface will not be saved. If **False** (the default), any changes will be saved.


## Example
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.ContactItem.BeforeAttachmentAdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|

## See also

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.ContactItem.BeforeAttachmentPreview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|

## Remarks

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.ContactItem.BeforeAttachmentRead.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|

## See also

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.ContactItem.BeforeAttachmentWriteToTempFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|

## See also

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.ContactItem.BeforeAutoSave.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)

|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[ContactItem](Outlook.ContactItem.md)** to be saved.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[ContactItem](Outlook.ContactItem.md)** to be saved.|

## See also

Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.ContactItem.IsConflict.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)

Whether or not an item is in conflict is determined by the state of the application. For example, when a user is offline and tries to access an online folder the action will fail. In this scenario, the **IsConflict** property will return **True**.

If **True**, the specified item is in conflict.
If **True**, the specified item is in conflict.


## See also
Expand Down
2 changes: 1 addition & 1 deletion api/Outlook.DistListItem.BeforeAttachmentAdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _expression_ A variable that represents a [DistListItem](Outlook.DistListItem.md
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|

## See also

Expand Down
Loading

0 comments on commit 8a3502d

Please sign in to comment.