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 8a3502d commit e85228d
Show file tree
Hide file tree
Showing 266 changed files with 380 additions and 380 deletions.
2 changes: 1 addition & 1 deletion api/Outlook.Application.BeforeFolderSharingDialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _expression_. `BeforeFolderSharingDialog`( `_FolderToShare_` , `_Cancel_` )
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FolderToShare_|Required| **Folder**|The **Folder** object to be shared.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the dialog box is not displayed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the dialog box is not displayed.|

## Remarks

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

## Remarks

A value of **False** does not necessarily indicate that the item is a loser of an automatic conflict resolution. The item could be in conflict with another item.
A value of **False** does not necessarily indicate that the item is a loser of an automatic conflict resolution. The item could be in conflict with another item.

If an item has **[Conflicts.Count](Outlook.Conflicts.Count.md)** of its **[AppointmentItem.Conflicts](Outlook.AppointmentItem.Conflicts.md)** property greater than zero and if its **AutoResolvedWinner** property is **True**, it is a winner of an automatic conflict resolution. On the other hand, if the item is in conflict and has its **AutoResolvedWinner** property as **False**, it is a loser in an automatic conflict resolution.

Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.AppointmentItem.BeforeAttachmentSave.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ _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 saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the save operation is not completed and the attachment is not changed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the save operation is not completed and the attachment is not changed.|

## Remarks

This event corresponds to when attachments are saved to the messaging store. The **BeforeAttachmentSave** event occurs just before an attachment is saved when an item is saved. If a user edits an attachment and then saves those changes, the **BeforeAttachmentSave** event will not occur at that time; instead it will occur when the item itself is later saved. It also does not occur when the attachment is saved on the hard disk using the **SaveAsFile** method.

In VBScript, if you set the return value of this function to **False**, the save operation is cancelled and the attachment is not changed.
In VBScript, if you set the return value of this function to **False**, the save operation is cancelled and the attachment is not changed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.AppointmentItem.Close(even).md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment

|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the close operation is not completed and the inspector is left open.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the close operation is not completed and the inspector is left open.|

## Remarks

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the close operation isn't completed and the inspector is left open.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the close operation isn't completed and the inspector is left open.

If you use the **[Close](Outlook.AppointmentItem.Close(method).md)** method to fire this event, it can only be canceled if the **Close** method uses the **olPromptForSave** argument.

Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.AppointmentItem.CustomAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the custom action is not completed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the custom action is not completed.|

## Remarks

The **Action** object and the newly created item resulting from the custom action are passed to the event.

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the custom action operation is not completed.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the custom action operation is not completed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.AppointmentItem.Forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the forward operation is not completed and the new item is not displayed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the forward operation is not completed and the new item is not displayed.|

## Remarks

In VBScript, if you set the return value of this function to **False**, the forward action is not completed and the new item is not displayed.
In VBScript, if you set the return value of this function to **False**, the forward action is not completed and the new item is not displayed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.AppointmentItem.Open.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment

|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the open operation is not completed and the inspector is not displayed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the open operation is not completed and the inspector is not displayed.|

## Remarks

When this event occurs, the **Inspector** object is initialized but not yet displayed. The **Open** event differs from the **[Read](Outlook.AppointmentItem.Read.md)** event in that **Read** occurs whenever the user selects the item in a view that supports in-cell editing as well as when the item is being opened in an inspector.

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the open operation is not completed and the inspector is not displayed.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the open operation is not completed and the inspector is not displayed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.AppointmentItem.Reply.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the reply operation is not completed and the new item is not displayed.|
| _Cancel_|Required| **Boolean**|(not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the reply operation is not completed and the new item is not displayed.|

## Remarks

Returns the reply as a **[MailItem](Outlook.MailItem.md)** object.

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the reply action is not completed and the new item is not displayed.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the reply action is not completed and the new item is not displayed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.AppointmentItem.Send(even).md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ _expression_ A variable that represents an [AppointmentItem](Outlook.Appointment

|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the send operation is not completed and the inspector is left open.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the send operation is not completed and the inspector is left open.|

## Remarks

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the item is not sent.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the item is not sent.


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

## Remarks

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the save operation is not completed.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the save operation is not completed.


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

## Remarks

This property must be set to **False** if the **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)** property of the **CalendarSharing** object is set to **olFreeBusyOnly** or **olFreeBusyAndSubject**.
This property must be set to **False** if the **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)** property of the **CalendarSharing** object is set to **olFreeBusyOnly** or **olFreeBusyAndSubject**.


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

## Remarks

This property must be set to **False** if the **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)** property of the **CalendarSharing** object is set to **olFreeBusyOnly**.
This property must be set to **False** if the **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)** property of the **CalendarSharing** object is set to **olFreeBusyOnly**.


## See also
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 @@ -33,7 +33,7 @@ _expression_. `IncludeWholeCalendar`

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.
If this property is set to **False**, the **StartDate** and **EndDate** properties determine the range of calendar items to be included.


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

## Remarks

This property must be set to **False** if the **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)** property of the **CalendarSharing** object is set to **olFreeBusyOnly** or **olFullDetails**..
This property must be set to **False** if the **[CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md)** property of the **CalendarSharing** object is set to **olFreeBusyOnly** or **olFullDetails**..


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

## Remarks

A value of **False** does not necessarily indicate that the item is a loser of an automatic conflict resolution. The item could be in conflict with another item.
A value of **False** does not necessarily indicate that the item is a loser of an automatic conflict resolution. The item could be in conflict with another item.

If an item has **[Conflicts.Count](Outlook.Conflicts.Count.md)** of its **[ContactItem.Conflicts](Outlook.ContactItem.Conflicts.md)** property greater than zero and if its **AutoResolvedWinner** property is **True**, it is a winner of an automatic conflict resolution. On the other hand, if the item is in conflict and has its **AutoResolvedWinner** property as **False**, it is a loser in an automatic conflict resolution.

Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.ContactItem.BeforeAttachmentSave.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ _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 saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the save operation is not completed and the attachment is not changed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the save operation is not completed and the attachment is not changed.|

## Remarks

This event corresponds to when attachments are saved to the messaging store. The **BeforeAttachmentSave** event occurs just before an attachment is saved when an item is saved. If a user edits an attachment and then saves those changes, the **BeforeAttachmentSave** event will not occur at that time; instead it will occur when the item itself is later saved. It also does not occur when the attachment is saved on the hard disk using the **SaveAsFile** method.

In VBScript, if you set the return value of this function to **False**, the save operation is cancelled and the attachment is not changed.
In VBScript, if you set the return value of this function to **False**, the save operation is cancelled and the attachment is not changed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.ContactItem.Close(even).md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)

|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the close operation is not completed and the inspector is left open.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the close operation is not completed and the inspector is left open.|

## Remarks

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the close operation isn't completed and the inspector is left open.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the close operation isn't completed and the inspector is left open.

If you use the **[Close](Outlook.ContactItem.Close(method).md)** method to fire this event, it can only be canceled if the **Close** method uses the **olPromptForSave** argument.

Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.ContactItem.CustomAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the custom action is not completed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the custom action is not completed.|

## Remarks

The **Action** object and the newly created item resulting from the custom action are passed to the event.

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the custom action operation is not completed.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the custom action operation is not completed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.ContactItem.Forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)
|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the forward operation is not completed and the new item is not displayed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the forward operation is not completed and the new item is not displayed.|

## Remarks

In VBScript, if you set the return value of this function to **False**, the forward action is not completed and the new item is not displayed.
In VBScript, if you set the return value of this function to **False**, the forward action is not completed and the new item is not displayed.


## See also
Expand Down
4 changes: 2 additions & 2 deletions api/Outlook.ContactItem.Open.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ _expression_ A variable that represents a [ContactItem](Outlook.ContactItem.md)

|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the open operation is not completed and the inspector is not displayed.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True**, the open operation is not completed and the inspector is not displayed.|

## Remarks

When this event occurs, the **Inspector** object is initialized but not yet displayed. The **Open** event differs from the **[Read](Outlook.AppointmentItem.Read.md)** event in that **Read** occurs whenever the user selects the item in a view that supports in-cell editing as well as when the item is being opened in an inspector.

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the open operation is not completed and the inspector is not displayed.
In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to **False**, the open operation is not completed and the inspector is not displayed.


## See also
Expand Down
Loading

0 comments on commit e85228d

Please sign in to comment.