byte[] img = Net.WebService("http://IP/snapshot.jpg").GetBytes();Net.AddAttachment( "", img ) .SendMessage( "[email protected]", "", "image from camera" );