Skip to content

Commit c2a9767

Browse files
committed
Updated cost line
1 parent 466563f commit c2a9767

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

articles/communication-services/quickstarts/email/send-email-advanced/includes/inline-attachments-java.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ ms.topic: include
1010
ms.service: azure-communication-services
1111
---
1212

13-
Get started with Azure Communication Services by using java to send Email messages.
14-
15-
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16-
1713
## Send an email message with inline attachments
1814

1915
We can add an inline attachment by defining one or more EmailAttachment objects, defining a unique `ContentId` for each, and adding them to our EmailMessage object. Read the attachment file and encode it using Base64.

articles/communication-services/quickstarts/email/send-email-advanced/includes/inline-attachments-js.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ ms.topic: include
1010
ms.service: azure-communication-services
1111
---
1212

13-
Get started with Azure Communication Services by using javascript to send Email messages.
14-
15-
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16-
1713
## Send an email message with inline attachments
1814

1915
We can add an inline attachment by defining one or more attachment objects, making sure to include a unique `contentId` for each, and adding them to our message. Read the attachment file and encode it using Base64.

articles/communication-services/quickstarts/email/send-email-advanced/includes/inline-attachments-net.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ ms.topic: include
1010
ms.service: azure-communication-services
1111
---
1212

13-
Get started with Azure Communication Services by using csharp to send Email messages.
14-
15-
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16-
1713
## Send an email message with inline attachments
1814

1915
We can add an inline attachment by defining one or more EmailAttachment objects, defining a unique `ContentId` for each, and adding them to our EmailMessage object. Read the attachment file and encode it using Base64.

articles/communication-services/quickstarts/email/send-email-advanced/includes/inline-attachments-python.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ ms.topic: include
1010
ms.service: azure-communication-services
1111
---
1212

13-
Get started with Azure Communication Services by using python to send Email messages.
14-
15-
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16-
1713
## Send an email message with inline attachments
1814

1915
We can add an inline attachment by defining one or more `attachments`, making sure to include a unique `contentId` for each, and adding them to our message. Read the attachment file and encode it using Base64. Decode the bytes as a string and pass it into the `attachment` object.

articles/communication-services/quickstarts/email/send-email-advanced/includes/prepend-java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.service: azure-communication-services
1212

1313
Get started with Azure Communication Services by using the Communication Services Java Email SDK to send Email messages.
1414

15+
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16+
1517
> [!TIP]
1618
> Jump-start your email sending experience with Azure Communication Services by skipping straight to the [Basic Email Sending](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email) and [Advanced Email Sending](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email-advanced) sample code on GitHub.
1719

articles/communication-services/quickstarts/email/send-email-advanced/includes/prepend-js.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.service: azure-communication-services
1212

1313
Get started with Azure Communication Services by using the Communication Services JS Email client library to send Email messages.
1414

15+
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16+
1517
> [!TIP]
1618
> Jump-start your email sending experience with Azure Communication Services by skipping straight to the [Basic Email Sending](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/send-email) and [Advanced Email Sending](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/send-email-advanced) sample code on GitHub.
1719

articles/communication-services/quickstarts/email/send-email-advanced/includes/prepend-net.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.service: azure-communication-services
1212

1313
Get started with Azure Communication Services by using the Communication Services .NET Email client library to send Email messages.
1414

15+
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16+
1517
> [!TIP]
1618
> Jump-start your email sending experience with Azure Communication Services by skipping straight to the [Basic Email Sending](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/SendEmail) and [Advanced Email Sending](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/SendEmailAdvanced) sample code on GitHub.
1719

articles/communication-services/quickstarts/email/send-email-advanced/includes/prepend-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.service: azure-communication-services
1212

1313
Get started with Azure Communication Services by using the Communication Services Python Email SDK to send Email messages.
1414

15+
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
16+
1517
> [!TIP]
1618
> Jump-start your email sending experience with Azure Communication Services by skipping straight to the [Basic Email Sending](https://github.com/Azure-Samples/communication-services-python-quickstarts/tree/main/send-email) and [Advanced Email Sending](https://github.com/Azure-Samples/communication-services-python-quickstarts/tree/main/send-email-advanced) sample code on GitHub.
1719

0 commit comments

Comments
 (0)