Hi Peter, I have a NullReferenceException every time I try to save an attachment. My code is: if (attachment.DownloadState == DownloadState.FullItem) attachment.Save("\\TEMP\\" + attachment.Name); And the stacktrace: at InTheHand.IO.StreamHelper.CopyTo(Stream s, Stream destination, Int32 bufferSize...