You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add attachment to a message but getting error System.Exception: 'Cannot get subnode: missing data tree root. I tried to test with various combinations of SaveChanges() on various data items but nothing worked.
`
using System.Net;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Text.RegularExpressions;
namespace PSTFileFormat
{
class Program
{
static void Main(string[] args)
{
PSTFile pstFile = new PSTFile(@"D:\ksemwal\Temp\PSTFiles\SimpleEmailPST2.pst");
I am trying to add attachment to a message but getting error System.Exception: 'Cannot get subnode: missing data tree root. I tried to test with various combinations of SaveChanges() on various data items but nothing worked.
`
using System.Net;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Text.RegularExpressions;
namespace PSTFileFormat
{
class Program
{
static void Main(string[] args)
{
PSTFile pstFile = new PSTFile(@"D:\ksemwal\Temp\PSTFiles\SimpleEmailPST2.pst");
}
`