Skip to content

Commit 17014fc

Browse files
committed
remove object model from azure cli, fix typo in python quickstart for email
1 parent b2a5d2a commit 17014fc

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

articles/communication-services/quickstarts/email/includes/send-email-az-cli.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,6 @@ After you add the environment variable, run `source ~/.bash_profile` from your c
7272

7373
---
7474

75-
## Object model
76-
77-
The following classes and interfaces handle some of the major features of the Azure Communication Services SMS SDK for Python.
78-
79-
| Name | Description |
80-
| ---- |-------------|
81-
| EmailAddress | This interface contains an email address and an option for a display name. |
82-
| EmailAttachment | This interface creates an email attachment by accepting a unique ID, email attachment type, and a string of content bytes. |
83-
| EmailClient | This class is needed for all email functionality. You instantiate it with your connection string and use it to send email messages. |
84-
| EmailClientOptions | This interface can be added to the EmailClient instantiation to target a specific API version. |
85-
| EmailContent | This interface contains the subject, plaintext, and html of the email message. |
86-
| EmailCustomHeader | This interface allows for the addition of a name and value pair for a custom header. |
87-
| EmailMessage | This interface combines the sender, content, and recipients. Custom headers, importance, attachments, and reply-to email addresses can optionally be added as well. |
88-
| EmailRecipients | This interface holds lists of EmailAddress objects for recipients of the email message, including optional lists for CC & BCC recipients. |
89-
| SendStatusResult | This interface holds the messageId and status of the email message delivery. |
90-
91-
9275
## Send an email message
9376

9477
```azurecli-interactive

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pip install azure-communication-email
6363

6464
## Object model
6565

66-
The following classes and interfaces handle some of the major features of the Azure Communication Services SMS SDK for Python.
66+
The following classes and interfaces handle some of the major features of the Azure Communication Services Email SDK for Python.
6767

6868
| Name | Description |
6969
| ---- |-------------|

0 commit comments

Comments
 (0)