Questions tagged [subject]
394 questions
-2
votes
1 answer
Email subject = string subject = "test {0}", test2; Outputs:"test {0}"
I am creating a program that sends an email with some data the program collected from the user beforehand.
Currently, my problem is that when i use:
string subject = "test {0}", test2;
The email I receive is this output:
test {0}
and not the…

OG-TRTA
- 1
- 2
-3
votes
2 answers
Vba email generator, subject from excel spreadsheet
I have a vba code that generates an email. I would like the subject to be the data from the first and last cells in my list. The thing is, my list isnt of a set length, sometimes it contains 5 pieces of data sometimes 8 etc. How do i tell vba to…

user1234
- 111
- 9
-3
votes
3 answers
Link redirect to contact form with individual subject
What I want to do is this: somebody clicks a button and will then be taken to a new page with a contact form with an individual subject. So the link needs to provide the subject in a way such as
To be more precise, clicking on :
button 1 = contact…

gfaw
- 715
- 1
- 7
- 10
-4
votes
1 answer
.Net Core 2 subject
Is it possible that call event by name in net core 2 ( without specifying a particular class or function ) and everywhere waiting for this event, codes run.
Like subject in typescript.

Pooria Sadeghy
- 373
- 1
- 5
- 17