FolderInfo.ChangeMessages
ChangeMessages(IEnumerable<string>, MapiPropertyCollection)
Changes the messages in folder.
public void ChangeMessages(IEnumerable<string> entryIdCollection,
MapiPropertyCollection updatedProperties)
| Parameter | Type | Description |
|---|
| entryIdCollection | IEnumerable`1 | The entry identifier collection. |
| updatedProperties | MapiPropertyCollection | The updated properties. |
Exceptions
| exception | condition |
|---|
| NotImplementedException | The ANSI file version editing is not implemented. |
| InvalidOperationException | The PST is open for reading only. or The entryId is incorrect. |
| ArgumentNullException | entryIdCollection;The collection of entry ids cannot be null. or updatedProperties;The collection of properties cannot be null. |
See Also
ChangeMessages(MapiPropertyCollection)
Changes all messages in folder.
public void ChangeMessages(MapiPropertyCollection updatedProperties)
| Parameter | Type | Description |
|---|
| updatedProperties | MapiPropertyCollection | The updated properties. |
Exceptions
| exception | condition |
|---|
| NotImplementedException | The ANSI file version editing is not implemented. |
| InvalidOperationException | The PST is open for reading only. or The entryId is incorrect. |
| ArgumentNullException | entryIdCollection;The collection of entry ids cannot be null. or updatedProperties;The collection of properties cannot be null. |
See Also