FolderInfoChangeMessages Method (IEnumerableString, MapiPropertyCollection) |
Changes the messages in folder.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void ChangeMessages(
IEnumerable<string> entryIdCollection,
MapiPropertyCollection updatedProperties
)
Public Sub ChangeMessages (
entryIdCollection As IEnumerable(Of String),
updatedProperties As MapiPropertyCollection
)
public:
void ChangeMessages(
IEnumerable<String^>^ entryIdCollection,
MapiPropertyCollection^ updatedProperties
)
member ChangeMessages :
entryIdCollection : IEnumerable<string> *
updatedProperties : MapiPropertyCollection -> unit
Parameters
- entryIdCollection
- Type: System.Collections.GenericIEnumerableString
The entry identifier collection. - updatedProperties
- Type: Aspose.Email.MapiMapiPropertyCollection
The updated properties.
Exceptions
See Also