Skip to content

Instantly share code, notes, and snippets.

using System.Net.Mail;
MyEmailBatch myEmailBatch = new MyEmailBatch
{
Message = "Hello this is a general shared message",
Sender = "name@email.com",
Recipients = new[] { "name1@email.com", "name2@email.com", "name3@email.com" },
SenderName = "Me"
};
#ifndef APPLICATIONCL_H
#define APPLICATIONCL_H
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <iterator>
#include <fstream>
#pragma once
#ifndef APPLICATION_H
#define APPLICATION_H
#include <Windows.h>
#include "Dictionary.h"
#include "ApplicationCL.h"
struct Dictionary;
class Program;
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
#define _CRT_SECURE_NO_DEPRECATE
#include "ApplicationCL.h"
#include "Application.h"
#include "Dictionary.h"
#include "String.h"
struct String;
/**********************************************************************
Copyright ©2015 Advanced Micro Devices, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
• Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
• Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED