Skip to content

Commit a8bf94c

Browse files
author
Linda Caputo
authored
Merge master to live (MicrosoftDocs#271)
* Provide spaces between words and links (MicrosoftDocs#191) * Merge lcc-updates-921 to master (MicrosoftDocs#193) * Edit pass on Concepts > ADO, Controls * Edit pass on Concepts > Criteria-Expressions * Edits to Concepts > DAO * Edit pass on Concepts > Date-Time * Edit pass on Concepts > Error Codes * Fixed formatting; removed redirected topics * Cleaned up contributor info * Removed extra redirection file * Fixed broken image link * Removed contributor images * Fix incorrect reference. (MicrosoftDocs#198) * Fix incorrect reference. There is incorrect reference to MsoWarpFormat. * Edit pass The path does not need a "./" * Perf update notes from Prash (MicrosoftDocs#200) * Updates per Prash * Updates per Prash * fixed minor typo (MicrosoftDocs#205) "languagess" -> "languages" * Merge Linda toc 925 to master (MicrosoftDocs#209) * removed en-us from links * Added space before [ Strings: a, an, and, the, or, either, not, comma, is, has, at, closing parens, .md)or, in, its, with, see * Merge "Linda access 925" to master (MicrosoftDocs#212) * Edit pass and TOC update Removed "Maintenance" section and redirected relevant topics * Fixed Access Resources section * Removed "on MSDN" from forum link * removed Access > Maintenance folder and files * Alphabetized some TOC sections * Alphabetized TOC Access Concepts groups * Edit on Settings * Fixed broken links caused by removed file * Edit pass on Concepts sections (MicrosoftDocs#215) Printing, Reports, Settings, Windows API, XML * Data Types Sort and Filter OM Updates (MicrosoftDocs#216) * Updates for Data Type support * Adding Add2 file. TODO: Examples * Modified Add2 Definition * Update to the SortFields.Add. Includes redirects to Add2 * Updates to both SortFields.Add and SortFields.Add2 to reference Data Tyoes along with examles and pointers to relevant topics. * Final update before Pull Request * Edits on Excel updates * Trying to fix first object link * Fixed link * Merge "Linda global 926" to master (MicrosoftDocs#220) * Global updates 1 - lowercase "enumeration" in titles - remove bold from table headings * Global updates 2 Lowercased "property" in Access titles * Global updates 3 Removed space before "_expression_" string * Global updates 4 Replace "...Method (Access)" with "...method (Access)"; removed bullets from |**Name**|**Required/Optional**|**Data Type**|**Description**| heading * Global updates 5 Changed heading Return Value to Return value * Global updates 6 Lowercased Access object and event in titles and links * update title (MicrosoftDocs#237) * Updates PowerPoint.Presentation.md (MicrosoftDocs#236) Added a space following links to "ActivePresentation" and "Presentation" links within document text to improve readability. * Update type-statement.md (MicrosoftDocs#242) Add missing spaces. * Merge "Linda-1010" to master (MicrosoftDocs#266) * Added Concepts pages * Updating nav pages Also removed duplicate nav page * Updates to nav pages * Edited top-level nav pages Added links when possible * Fix bad link * Fixed broken links * Fix typo (MicrosoftDocs#268) howwever -> however * Merge Linda-1011 to master (MicrosoftDocs#270) * Deleted F1 files with 0 or 1 link: A, B, C * F1 deletions E thru I * F1s thru P * Finished deleting F1s All that remain are the F1s that we're redirecting to from vba-content, the ones with 2 or more links (2118) * Removed redirected topic from TOC
1 parent ac9a14d commit a8bf94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outlook/How-to/Solution-Storage/creating-and-saving-data-to-solution-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Outlook object model supports creating and storing solution data as hidden i
2020

2121

2222
In these cases, **Folder.GetStorage** will return an error: "Cannot create StorageItem in this folder."
23-
When you call **Folder.GetStorage** specifying a subject or a message class and the specified item does not exist in the folder, the call creates and returns a **StorageItem** object with the message class **IPM.Storage**; if you specified an Entry ID, howwever, the call will return the error, "The operation failed. An object could not be found."
23+
When you call **Folder.GetStorage** specifying a subject or a message class and the specified item does not exist in the folder, the call creates and returns a **StorageItem** object with the message class **IPM.Storage**; if you specified an Entry ID, however, the call will return the error, "The operation failed. An object could not be found."
2424

2525
## Obtaining an Existing StorageItem
2626

0 commit comments

Comments
 (0)