FolderInfoAddMapiMessageItem Method |
Adds the IMapiMessageItem object into folder.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string AddMapiMessageItem(
IMapiMessageItem item
)
Public Function AddMapiMessageItem (
item As IMapiMessageItem
) As String
public:
String^ AddMapiMessageItem(
IMapiMessageItem^ item
)
member AddMapiMessageItem :
item : IMapiMessageItem -> string
Parameters
- item
- Type: Aspose.Email.MapiIMapiMessageItem
The item necessary to add.
Return Value
Type:
StringThe string that represents the EntryId of the added item.
Exceptions
See Also