Skip to content

Commit caf0870

Browse files
Merge pull request #265153 from yogeshmo/user/ymohanraj/update-java-doc-poller
Updating Email Java docs with clarification about polling
2 parents 34be8a4 + 6ad2f95 commit caf0870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ For simplicity, this quickstart uses connection strings, but in production envir
159159

160160
## Basic email sending
161161

162-
To send an email message, call the `beginSend` function from the `EmailClient`. This method returns a poller, which can be used to check on the status of the operation and retrieve the result once it's finished.
162+
To send an email message, call the `beginSend` function from the `EmailClient`. This method returns a poller, which can be used to check on the status of the operation and retrieve the result once it's finished. Note that the initial request to send an email will not be sent until either the `poll` method is called or we wait for completion of the poller.
163163

164164
```java
165165
EmailMessage message = new EmailMessage()

0 commit comments

Comments
 (0)