Skip to content

Commit fd3cdbd

Browse files
Merge pull request #4758 from MicrosoftDocs/gewarren-patch-7
Fixes #3354
2 parents ed3fdbd + 2ce1e37 commit fd3cdbd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/vsto/how-to-programmatically-save-attachments-from-outlook-e-mail-items.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "How to: Programmatically save attachments from Outlook email items"
33
ms.date: "02/02/2017"
44
ms.topic: "conceptual"
55
dev_langs:
6-
- "VB"
76
- "CSharp"
87
helpviewer_keywords:
98
- "Outlook [Office development in Visual Studio], attachments"
@@ -18,17 +17,20 @@ ms.workload:
1817
- "office"
1918
---
2019
# How to: Programmatically save attachments from Outlook email items
21-
This example saves e-mail attachments to a specified folder when the mail is received in the inbox.
20+
21+
This example saves e-mail attachments to a specified folder when the mail is received in the inbox.
2222

2323
> [!IMPORTANT]
2424
> This example works only if you add a folder named **TestFileSave** at the root of the C directory.
2525
26-
[!INCLUDE[appliesto_olkallapp](../vsto/includes/appliesto-olkallapp-md.md)]
26+
[!INCLUDE[appliesto_olkallapp](../vsto/includes/appliesto-olkallapp-md.md)]
2727

2828
## Example
29-
[!code-csharp[Trin_OL_SaveAttachments#1](../vsto/codesnippet/CSharp/Trin_OL_SaveAttachments/thisaddin.cs#1)]
29+
30+
[!code-csharp[Trin_OL_SaveAttachments#1](../vsto/codesnippet/CSharp/Trin_OL_SaveAttachments/thisaddin.cs#1)]
3031

3132
## See also
33+
3234
- [Work with mail items](../vsto/working-with-mail-items.md)
3335
- [How to: Programmatically retrieve a folder by name](../vsto/how-to-programmatically-retrieve-a-folder-by-name.md)
3436
- [How to: Programmatically perform actions when an email message is received](../vsto/how-to-programmatically-perform-actions-when-an-e-mail-message-is-received.md)

0 commit comments

Comments
 (0)